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

See #33413. See #33701.

Built from https://develop.svn.wordpress.org/trunk@34406


git-svn-id: http://core.svn.wordpress.org/trunk@34370 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-09-22 13:27:24 +00:00
parent 0d1dcaa832
commit c0f2844618
2 changed files with 3 additions and 3 deletions

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
*/ */
/** /**

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.4-alpha-34405'; $wp_version = '4.4-alpha-34406';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.