Changeset 34492 for trunk/src/wp-includes/rewrite-functions.php
- Timestamp:
- 09/24/2015 02:03:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rewrite-functions.php
r33751 r34492 257 257 $maybe_page = $query_vars['day']; 258 258 } 259 // Bug found in #11694 - 'page' was returning '/4' 260 $maybe_page = (int) trim( $maybe_page, '/' ); 259 261 260 262 $post_page_count = substr_count( $post->post_content, '<!--nextpage-->' ) + 1;
Note: See TracChangeset
for help on using the changeset viewer.