Make WordPress Core


Ignore:
Timestamp:
09/21/2012 06:52:15 PM (13 years ago)
Author:
nacin
Message:

Call clean_post_cache() in wp_insert_post() after the manual query to change GUID. Remove the second call to clean_post_cache() previously done on the save_post hook. see #11399.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/deprecated.php

    r21911 r21943  
    32453245    return true;
    32463246}
     3247
     3248/**
     3249 * Callback formerly fired on the save_post hook. No longer needed.
     3250 *
     3251 * @since 2.3.0
     3252 * @deprecated 3.5.0
     3253 */
     3254function _save_post_hook() {}
Note: See TracChangeset for help on using the changeset viewer.