Changeset 4106
- Timestamp:
- 08/18/2006 08:36:11 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r4071 r4106 76 76 else 77 77 $file = $pagenow; //$_SERVER['PHP_SELF']; 78 79 if ( $page > count($pages) ) // if the requested page doesn't exist 80 $page = count($pages); // give them the highest numbered page that DOES exist 78 81 79 82 $content = $pages[$page-1];
Note: See TracChangeset
for help on using the changeset viewer.