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:
parent
0d1dcaa832
commit
c0f2844618
|
@ -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
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue