From 451534ad3b5bed168c9ead0cb194d4c915e2607b Mon Sep 17 00:00:00 2001 From: DrewAPicture Date: Tue, 22 Sep 2015 13:29:02 +0000 Subject: [PATCH] Docs: Clarify the file header summary for wp-includes/meta.php, the top-level file for the core Meta API. Also adds inline DocBlocks for files broken out in #33413 and now brought in via `require_once()`. See #33413. See #33701. git-svn-id: https://develop.svn.wordpress.org/trunk@34407 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/meta.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/wp-includes/meta.php b/src/wp-includes/meta.php index c5b6b72d05..c449a2bc01 100644 --- a/src/wp-includes/meta.php +++ b/src/wp-includes/meta.php @@ -1,6 +1,6 @@