Changeset 13717
- Timestamp:
- 03/16/2010 06:36:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r13710 r13717 2413 2413 $post_name_check = $wpdb->get_var( $wpdb->prepare( $check_sql, $slug, $post_ID, $post_parent ) ); 2414 2414 2415 if ( $post_name_check || in_array( $slug, $feeds ) || preg_match( '@^ \d+$@', $slug ) ) {2415 if ( $post_name_check || in_array( $slug, $feeds ) || preg_match( '@^(page)?\d+$@', $slug ) ) { 2416 2416 $suffix = 2; 2417 2417 do {
Note: See TracChangeset
for help on using the changeset viewer.