Changeset 40054
- Timestamp:
- 02/10/2017 03:08:28 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r40027 r40054 5933 5933 add_post_meta( $post_id, '_encloseme', '1' ); 5934 5934 5935 wp_schedule_single_event(time(), 'do_pings'); 5935 if ( ! wp_next_scheduled( 'do_pings' ) ) { 5936 wp_schedule_single_event( time(), 'do_pings' ); 5937 } 5936 5938 } 5937 5939
Note: See TracChangeset
for help on using the changeset viewer.