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
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
/**
* Metadata API
* Meta API: Top-level metadata functionality
*
* 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
@ -8,7 +8,7 @@
*
* @package WordPress
* @subpackage Meta
* @since 2.9.0
* @since 4.4.0
*/
/**