Docs: Clarify the file header summary for wp-includes/meta-functions.php, introduced in [33761].

See #33413. See #33701.


git-svn-id: https://develop.svn.wordpress.org/trunk@34406 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-09-22 13:26:47 +00:00
parent 55cffaf8df
commit 36885e252e

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Metadata API * Meta API: Top-level metadata functionality
* *
* Functions for retrieving and manipulating metadata of various WordPress object types. Metadata * Functions for retrieving and manipulating metadata of various WordPress object types. Metadata
* for an object is a represented by a simple key-value pair. Objects may contain multiple * for an object is a represented by a simple key-value pair. Objects may contain multiple
@ -8,7 +8,7 @@
* *
* @package WordPress * @package WordPress
* @subpackage Meta * @subpackage Meta
* @since 2.9.0 * @since 4.4.0
*/ */
/** /**