Fix documentation typo introduced in [35585].
Props swissspidy, barryceelen. See #34626. Built from https://develop.svn.wordpress.org/trunk@35588 git-svn-id: http://core.svn.wordpress.org/trunk@35552 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f9c7ca8496
commit
02532ee7d5
|
@ -558,7 +558,7 @@ function metadata_exists( $meta_type, $object_id, $meta_key ) {
|
|||
*
|
||||
* @global wpdb $wpdb WordPress database abstraction object.
|
||||
*
|
||||
* @param string $meta_type Type of object metadata is for (e.g., comment, post, meta, or user).
|
||||
* @param string $meta_type Type of object metadata is for (e.g., comment, post, term, or user).
|
||||
* @param int $meta_id ID for a specific meta row
|
||||
* @return object|false Meta object or false.
|
||||
*/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-beta3-35587';
|
||||
$wp_version = '4.4-beta3-35588';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue