From df81151f2437264f971800ba9dee2367f969d592 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 22 Sep 2015 13:30:24 +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. Built from https://develop.svn.wordpress.org/trunk@34407 git-svn-id: http://core.svn.wordpress.org/trunk@34371 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/meta.php | 5 ++++- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/wp-includes/meta.php b/wp-includes/meta.php index c5b6b72d05..c449a2bc01 100644 --- a/wp-includes/meta.php +++ b/wp-includes/meta.php @@ -1,6 +1,6 @@