Docs: Add missing documentation for the `&$post` parameter in the DocBlock for the deprecated `_get_post_ancestors()`.
See #32246. Built from https://develop.svn.wordpress.org/trunk@36758 git-svn-id: http://core.svn.wordpress.org/trunk@36725 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e92ed036cc
commit
49c0c2b7aa
|
@ -3146,6 +3146,8 @@ function sticky_class( $post_id = null ) {
|
||||||
* @since 2.3.4
|
* @since 2.3.4
|
||||||
* @deprecated 3.5.0 Use get_post_ancestors()
|
* @deprecated 3.5.0 Use get_post_ancestors()
|
||||||
* @see get_post_ancestors()
|
* @see get_post_ancestors()
|
||||||
|
*
|
||||||
|
* @param WP_Post &$post Post object, passed by reference (unused).
|
||||||
*/
|
*/
|
||||||
function _get_post_ancestors( &$post ) {
|
function _get_post_ancestors( &$post ) {
|
||||||
_deprecated_function( __FUNCTION__, '3.5' );
|
_deprecated_function( __FUNCTION__, '3.5' );
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.5-beta1-36757';
|
$wp_version = '4.5-beta1-36758';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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.
|
||||||
|
|
Loading…
Reference in New Issue