From c0b6062654d371dbac4a341e30c573802a3652d1 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Thu, 4 Dec 2008 12:01:02 +0000 Subject: [PATCH] Easier translation for search strings in H2s git-svn-id: https://develop.svn.wordpress.org/trunk@10035 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/categories.php | 6 ++++-- wp-admin/edit-comments.php | 6 ++++-- wp-admin/edit-link-categories.php | 6 ++++-- wp-admin/edit-pages.php | 6 ++++-- wp-admin/edit-tags.php | 6 ++++-- wp-admin/edit.php | 6 ++++-- wp-admin/link-manager.php | 6 ++++-- wp-admin/upload.php | 6 ++++-- wp-admin/users.php | 6 ++++-- wp-admin/wp-admin.css | 6 ++++++ 10 files changed, 42 insertions(+), 18 deletions(-) diff --git a/wp-admin/categories.php b/wp-admin/categories.php index 7bdc77eb28..fb40154155 100644 --- a/wp-admin/categories.php +++ b/wp-admin/categories.php @@ -131,8 +131,10 @@ $messages[5] = __('Category not updated.');
- -

+

' . __('Search results for “%s”') . '', wp_specialchars( stripslashes($_GET['s']) ) ); ?> +

diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index 43445e4e60..46923c6e0a 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -86,8 +86,10 @@ $search = attribute_escape( $search_dirty ); ?>
- -

+

' . __('Search results for “%s”') . '', wp_specialchars( stripslashes($_GET['s']) ) ); ?> +

- -

+

' . __('Search results for “%s”') . '', wp_specialchars( stripslashes($_GET['s']) ) ); ?> +

diff --git a/wp-admin/edit-pages.php b/wp-admin/edit-pages.php index 384d08bfd8..2639816bbf 100644 --- a/wp-admin/edit-pages.php +++ b/wp-admin/edit-pages.php @@ -104,8 +104,10 @@ require_once('admin-header.php'); ?>
- -

+

' . __('Search results for “%s”') . '', wp_specialchars( get_search_query() ) ); ?> +

diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index d1a8072597..6d1c96685e 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -130,8 +130,10 @@ $messages[6] = __('Tags deleted.'); ?>

- -

+

' . __('Search results for “%s”') . '', wp_specialchars( stripslashes($_GET['s']) ) ); ?> +

diff --git a/wp-admin/edit.php b/wp-admin/edit.php index 2f6424dc6e..73fb485292 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -96,8 +96,10 @@ else
- -

+

' . __('Search results for “%s”') . '', wp_specialchars( get_search_query() ) ); ?> +

diff --git a/wp-admin/link-manager.php b/wp-admin/link-manager.php index 7bc92a3049..f93cbce2d2 100644 --- a/wp-admin/link-manager.php +++ b/wp-admin/link-manager.php @@ -71,8 +71,10 @@ switch ($order_by) {
- -

+

' . __('Search results for “%s”') . '', wp_specialchars( stripslashes($_GET['s']) ) ); ?> +

- -

+

' . __('Search results for “%s”') . '', wp_specialchars( get_search_query() ) ); ?> +

diff --git a/wp-admin/users.php b/wp-admin/users.php index 754da1c8f5..674d156d70 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -239,8 +239,10 @@ if ( ! empty($messages) ) {
- -

+

' . __('Search results for “%s”') . '', wp_specialchars( get_search_query() ) ); ?> +

diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index bacaaf884d..745e320deb 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -2917,3 +2917,9 @@ table.fixed { .key-labels label { line-height: 24px; } + +.subtitle { + font-size: 0.75em; + line-height: 1; + padding-left: 25px; +}