Changeset 4228
- Timestamp:
- 09/25/2006 01:55:41 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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];
Note: See TracChangeset
for help on using the changeset viewer.