Changeset 11734 for trunk/wp-includes/post.php
- Timestamp:
- 07/21/2009 11:09:47 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r11732 r11734 3275 3275 $wpdb->update( $wpdb->posts, array( 'guid' => get_permalink( $post->ID ) ), array( 'ID' => $post->ID ) ); 3276 3276 do_action('private_to_published', $post->ID); // Deprecated, use private_to_publish 3277 // do generic pings once per half hour at most3278 if ( !wp_next_scheduled('do_generic_ping') ) {3279 $schedule = time();3280 $last_ping = get_transient('generic_ping_last');3281 if ($last_ping) {3282 $schedule = max($schedule, $last_ping + 1800);3283 }3284 wp_schedule_single_event($schedule, 'do_generic_ping');3285 }3286 3277 } 3287 3278
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)