mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Docs: Remove & prefixes from parameter documentation to avoid doc parsing errors.
Props sudar for the original patch. See #35974 git-svn-id: https://develop.svn.wordpress.org/trunk@41686 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3155,7 +3155,7 @@ function sticky_class( $post_id = null ) {
|
||||
* @deprecated 3.5.0 Use get_post_ancestors()
|
||||
* @see get_post_ancestors()
|
||||
*
|
||||
* @param WP_Post &$post Post object, passed by reference (unused).
|
||||
* @param WP_Post $post Post object, passed by reference (unused).
|
||||
*/
|
||||
function _get_post_ancestors( &$post ) {
|
||||
_deprecated_function( __FUNCTION__, '3.5.0' );
|
||||
|
||||
Reference in New Issue
Block a user