Skip to content

Commit

Permalink
s/posts/items
Browse files Browse the repository at this point in the history
  • Loading branch information
sorich87 committed Feb 16, 2012
1 parent 2476b4b commit 9c22108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tl-meta-boxes.php
Expand Up @@ -668,7 +668,7 @@ public static function meta_box_order_pagination() {
<th scope="row"><label for="loop_paged"><?php _e( 'Page' ); ?></label></th>
<td>
<input type="text" id="loop_paged" name="loop[paged]" value="<?php echo esc_attr( $paged ); ?>" class="small-text" />
<span class="description"><?php _e( 'Show the posts that would normally show up just on this page number when using a pagination' ); ?></span>
<span class="description"><?php _e( 'Show the items that would normally show up just on this page number when using a pagination' ); ?></span>
</td>
</tr>
</table>
Expand Down

0 comments on commit 9c22108

Please sign in to comment.