Changeset 4106
- Timestamp:
- 08/18/06 08:36:11 (2 years ago)
- Files:
-
- trunk/wp-includes/post-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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];
