Changeset 4228
- Timestamp:
- 09/25/06 01:55:41 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-includes/template-functions-post.php
r3486 r4228 77 77 else 78 78 $file = $pagenow; //$_SERVER['PHP_SELF']; 79 80 if ( $page > count($pages) ) // if the requested page doesn't exist 81 $page = count($pages); // give them the highest numbered page that DOES exist 79 82 80 83 $content = $pages[$page-1];
