Changeset 31941 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 03/31/2015 06:44:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r31897 r31941 380 380 'id' => $comment_id, 381 381 'supplemental' => array( 382 'total_items_i18n' => sprintf( _n( ' 1item', '%s items', $total ), number_format_i18n( $total ) ),382 'total_items_i18n' => sprintf( _n( '%s item', '%s items', $total ), number_format_i18n( $total ) ), 383 383 'total_pages' => ceil( $total / $per_page ), 384 384 'total_pages_i18n' => number_format_i18n( ceil( $total / $per_page ) ),
Note: See TracChangeset
for help on using the changeset viewer.