Changeset 46426 for trunk/src/wp-includes/post.php
- Timestamp:
- 10/07/2019 08:27:20 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r46353 r46426 6801 6801 6802 6802 if ( get_option( 'default_pingback_flag' ) ) { 6803 add_post_meta( $post_id, '_pingme', '1' );6804 } 6805 add_post_meta( $post_id, '_encloseme', '1' );6803 add_post_meta( $post_id, '_pingme', '1', true ); 6804 } 6805 add_post_meta( $post_id, '_encloseme', '1', true ); 6806 6806 6807 6807 $to_ping = get_to_ping( $post_id );
Note: See TracChangeset
for help on using the changeset viewer.