mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Remove _relocate_children(), which has had no purpose for some time.
props SergeyBiryukov, scribu. fixes #19367. git-svn-id: https://develop.svn.wordpress.org/trunk@27261 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1174,3 +1174,17 @@ function wp_dashboard_recent_comments_control() {}
|
||||
function wp_dashboard_secondary() {}
|
||||
function wp_dashboard_secondary_control() {}
|
||||
/**#@-*/
|
||||
|
||||
/**
|
||||
* This was once used to move child posts to a new parent.
|
||||
*
|
||||
* @since 2.3.0
|
||||
* @deprecated 3.9.0
|
||||
* @access private
|
||||
*
|
||||
* @param int $old_ID
|
||||
* @param int $new_ID
|
||||
*/
|
||||
function _relocate_children( $old_ID, $new_ID ) {
|
||||
_deprecated_function( __FUNCTION__, '3.9' );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user