Changeset 10204 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 12/14/2008 12:13:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r10162 r10204 228 228 number_format_i18n( $start + 1 ), 229 229 number_format_i18n( min( $page * $comments_per_page, $total ) ), 230 number_format_i18n( $total ),230 '<span class="total-type-count">' . number_format_i18n( $total ) . '</span>', 231 231 $page_links 232 232 ); echo $page_links_text; ?></div> 233 <input type="hidden" name="_total" value="<?php echo $total; ?>" /> 234 <input type="hidden" name="_per_page" value="<?php echo $comments_per_page; ?>" /> 235 <input type="hidden" name="_page" value="<?php echo $page; ?>" /> 233 236 <?php endif; ?> 234 237
Note: See TracChangeset
for help on using the changeset viewer.