diff --git a/wp-admin/edit-pages.php b/wp-admin/edit-pages.php index 2d052d9f3d..fb7281cbd4 100644 --- a/wp-admin/edit-pages.php +++ b/wp-admin/edit-pages.php @@ -112,22 +112,22 @@ if ( isset($_GET['s']) && $_GET['s'] )
" . sprintf( __ngettext( 'All (%s)', 'All (%s)', $total_posts ), number_format_i18n( $total_posts ) ) . ''; +$status_links[] = "
" . sprintf( __ngettext( 'All (%s)', 'All (%s)', $total_posts ), number_format_i18n( $total_posts ) ) . ''; +$status_links[] = "
' . sprintf( __ngettext('Done! %s post with tags were read.', 'Done! %s posts with tags were read.', $count), $count ) . '
' . sprintf( _n('Done! %s post with tags were read.', 'Done! %s posts with tags were read.', $count), $count ) . '
'.sprintf(__ngettext('Done! %1$s category imported.', 'Done! %1$s categories imported.', $count), $count).'
'.sprintf(_n('Done! %1$s category imported.', 'Done! %1$s categories imported.', $count), $count).'
';
- printf(__ngettext('Done! %s link or link category imported.', 'Done! %s links or link categories imported.', $count), $count);
+ printf(_n('Done! %s link or link category imported.', 'Done! %s links or link categories imported.', $count), $count);
echo '
' . sprintf( __ngettext('Done! %s post with tags were read.', 'Done! %s posts with tags were read.', $count), $count ) . '
' . sprintf( _n('Done! %s post with tags were read.', 'Done! %s posts with tags were read.', $count), $count ) . '
' . sprintf( __ngettext('Done! %s tag were read.', 'Done! %s tags were read.', $count), $count ) . '
' . sprintf( _n('Done! %s tag were read.', 'Done! %s tags were read.', $count), $count ) . '
' . sprintf( __ngettext('Done! %s tag to post relationships were read.', 'Done! %s tags to post relationships were read.', $count), $count ) . '
' . sprintf( _n('Done! %s tag to post relationships were read.', 'Done! %s tags to post relationships were read.', $count), $count ) . '