Make WordPress Core

Opened 13 years ago

Closed 11 years ago

Last modified 11 years ago

#19367 closed enhancement (fixed)

Remove unused _relocate_children()

Reported by: scribu's profile scribu Owned by: nacin's profile nacin
Milestone: 3.9 Priority: normal
Severity: minor Version:
Component: Posts, Post Types Keywords: has-patch commit
Focuses: Cc:

Description

It's from the days of negative post ids. Some history: #9471

Attachments (2)

19367.diff (990 bytes) - added by scribu 13 years ago.
19367.2.diff (1.6 KB) - added by SergeyBiryukov 11 years ago.

Download all attachments as: .zip

Change History (7)

@scribu
13 years ago

#1 @nacin
13 years ago

./plugins/wordpress-wiki-plugin/wiki.php:412:	    _relocate_children( $draft_temp_id, $post_ID );
./plugins/wpide/WPide.php:131:"_relatedtarget() _relocate_children() _response_to_rss() _rotate_image_resource() _save_post_hook() _search_plugins_filter_callback() " +
./plugins/zelist-directory/includes/zelist-admin-post.duplicate.php:121:		_relocate_children( $draft_temp_id, $post_ID );

#2 @nacin
11 years ago

  • Component changed from General to Post Types
  • Milestone changed from Awaiting Review to 3.9

Let's empty it and toss it into deprecated.php.

#3 @SergeyBiryukov
11 years ago

  • Keywords commit added

#4 @nacin
11 years ago

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In 27261:

Remove _relocate_children(), which has had no purpose for some time.

props SergeyBiryukov, scribu.
fixes #19367.

This ticket was mentioned in IRC in #wordpress-dev by svn-b42. View the logs.


11 years ago

Note: See TracTickets for help on using tickets.