Changeset 5508
- Timestamp:
- 05/21/2007 10:58:22 PM (19 years ago)
- Files:
-
- 2 edited
-
branches/2.2/wp-admin/edit-comments.php (modified) (1 diff)
-
trunk/wp-admin/edit-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/wp-admin/edit-comments.php
r5497 r5508 89 89 90 90 $page_links = paginate_links( array( 91 'base' => add_query_arg( 'apage', '% _%' ),91 'base' => add_query_arg( 'apage', '%#%' ), 92 92 'format' => '', 93 93 'total' => ceil($total / 20), -
trunk/wp-admin/edit-comments.php
r5497 r5508 89 89 90 90 $page_links = paginate_links( array( 91 'base' => add_query_arg( 'apage', '% _%' ),91 'base' => add_query_arg( 'apage', '%#%' ), 92 92 'format' => '', 93 93 'total' => ceil($total / 20),
Note: See TracChangeset
for help on using the changeset viewer.