diff --git a/wp-admin/categories.php b/wp-admin/categories.php index bf6c382a87..473a3a442e 100644 --- a/wp-admin/categories.php +++ b/wp-admin/categories.php @@ -126,6 +126,7 @@ endif; ?>
+ :
- + post_status, 'publish' ); selected( $post->post_status, 'private' );?> value='publish'> post_status ) : ?> @@ -181,7 +181,7 @@ if ( ( 'edit' == $action) && current_user_can('delete_post', $post_ID) ) - + @@ -196,7 +196,7 @@ endif; ?> - + post_content); ?> @@ -210,7 +210,7 @@ endif; ?> - + @@ -222,8 +222,8 @@ endif; ?> - - 0, 'name' => 'newcat_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => __('Parent category'), 'tab_index' => 3 ) ); ?> + + : 0, 'name' => 'newcat_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => __('Parent category'), 'tab_index' => 3 ) ); ?> @@ -258,7 +258,7 @@ endif; ?> -post_excerpt ?> +post_excerpt ?> use them in your template'); ?> @@ -266,7 +266,7 @@ endif; ?> - () + () pingbacks, no other action necessary.'); ?> "> - + @@ -320,7 +320,7 @@ list_meta($metadata); - + @@ -333,7 +333,7 @@ if ( $authors && count( $authors ) > 1 ) : - $authors, 'name' => 'post_author_override', 'selected' => empty($post_ID) ? $user_ID : $post->post_author) ); ?> + $authors, 'name' => 'post_author_override', 'selected' => empty($post_ID) ? $user_ID : $post->post_author) ); ?> diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index dfef0a78e9..601f4cbb4e 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -22,9 +22,9 @@ $form_extra = "' />\n + - + comment_approved, '1' ); ?> value='1'> comment_approved, '0' ); ?> value='0'> comment_approved, 'spam' ); ?> value='spam'> @@ -64,28 +64,28 @@ echo " + - + - + - + comment_content, 'content', 'newcomment_author_url', false, 4); ?> diff --git a/wp-admin/edit-link-categories.php b/wp-admin/edit-link-categories.php index ab1dc9a22e..da5b41561d 100644 --- a/wp-admin/edit-link-categories.php +++ b/wp-admin/edit-link-categories.php @@ -62,6 +62,7 @@ endif; ?> + : diff --git a/wp-admin/edit-link-form.php b/wp-admin/edit-link-form.php index 15c3fb5d2f..7604d3e852 100644 --- a/wp-admin/edit-link-form.php +++ b/wp-admin/edit-link-form.php @@ -74,7 +74,7 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') ) - + @@ -82,7 +82,7 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') ) - + http://wordpress.org/ — don’t forget the http://'); ?> @@ -90,7 +90,7 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') ) - + @@ -104,6 +104,7 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') ) + @@ -138,6 +139,7 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') ) + link_target == '_blank') ? 'checked="checked"' : ''); ?> /> _blank @@ -147,6 +149,7 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') ) link_target == '') ? 'checked="checked"' : ''); ?> /> + _blank your link will open in a new window.'); ?> @@ -156,7 +159,7 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') ) - + @@ -164,15 +167,15 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') ) - + /> - + - + /> @@ -181,30 +184,30 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') ) /> /> - + - + /> - + - + /> /> - + - + /> @@ -214,11 +217,11 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') ) /> - + - + /> @@ -237,11 +240,11 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') ) /> - + - + /> @@ -254,7 +257,7 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') ) /> - + diff --git a/wp-admin/edit-page-form.php b/wp-admin/edit-page-form.php index f2eeab7d69..ef75406673 100644 --- a/wp-admin/edit-page-form.php +++ b/wp-admin/edit-page-form.php @@ -69,9 +69,9 @@ else - + - + post_status, 'publish' ); selected( $post->post_status, 'private' );?> value='publish'> @@ -160,7 +160,7 @@ if ( ('edit' == $action) && current_user_can('delete_page', $post_ID) ) - + @@ -175,7 +175,7 @@ endif; ?> - + post_content); ?> @@ -224,7 +224,7 @@ list_meta($metadata); - + @@ -232,14 +232,14 @@ list_meta($metadata); - + - + post_parent); ?> @@ -251,7 +251,7 @@ list_meta($metadata); - + page_template); ?> @@ -263,7 +263,7 @@ list_meta($metadata); - + @@ -277,7 +277,7 @@ if ( $authors && count( $authors ) > 1 ) : - $authors, 'name' => 'post_author_override', 'selected' => empty($post_ID) ? $user_ID : $post->post_author) ); ?> + $authors, 'name' => 'post_author_override', 'selected' => empty($post_ID) ? $user_ID : $post->post_author) ); ?> diff --git a/wp-admin/edit-pages.php b/wp-admin/edit-pages.php index a2b0181b4d..20249a075a 100644 --- a/wp-admin/edit-pages.php +++ b/wp-admin/edit-pages.php @@ -111,6 +111,7 @@ endif; ?> + : diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index 340174d2b6..fffe7cab0b 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -133,6 +133,7 @@ endif; ?> + : diff --git a/wp-admin/edit.php b/wp-admin/edit.php index ab9b3ea759..b2a8e99d43 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -116,6 +116,7 @@ endif; ?> + : diff --git a/wp-admin/export.php b/wp-admin/export.php index 99505e4ade..08a0b25716 100644 --- a/wp-admin/export.php +++ b/wp-admin/export.php @@ -22,9 +22,9 @@ require_once ('admin-header.php'); - + - + get_col( "SELECT post_author FROM $wpdb->posts GROUP BY post_author" ); diff --git a/wp-admin/import/greymatter.php b/wp-admin/import/greymatter.php index 92abc48bdf..58aa757715 100644 --- a/wp-admin/import/greymatter.php +++ b/wp-admin/import/greymatter.php @@ -38,16 +38,16 @@ class GM_Import { - - + + - - + + - - + + so you need to enter the number of the last GM post here.(if you don't know that number, just log into your FTP and look it outin the entries' folder)") ?> diff --git a/wp-admin/import/mt.php b/wp-admin/import/mt.php index 6ab2f79c08..0792be3383 100644 --- a/wp-admin/import/mt.php +++ b/wp-admin/import/mt.php @@ -166,9 +166,9 @@ class MT_Import { $j = -1; foreach ($authors as $author) { ++ $j; - echo ''.__('Current author:').' '.$author.''.sprintf(__('Create user %1$s or map to existing'), ' '); + echo ''.__('Current author:').' '.$author.''.sprintf(__('Create user %1$s or map to existing'), ' '); $this->users_form($j); - echo ''; + echo ''; } echo ''.''; diff --git a/wp-admin/import/wordpress.php b/wp-admin/import/wordpress.php index 03395bdba9..913a96281a 100644 --- a/wp-admin/import/wordpress.php +++ b/wp-admin/import/wordpress.php @@ -218,7 +218,7 @@ class WP_Import { function users_form($n, $author) { if ( $this->allow_create_users() ) { - printf(__('Create user %1$s or map to existing'), ' '); + printf(''.__('Create user %1$s or map to existing'), ' '); } else { echo __('Map to existing').''; diff --git a/wp-admin/includes/media.php b/wp-admin/includes/media.php index 60fdd83ef8..a5f96706a3 100644 --- a/wp-admin/includes/media.php +++ b/wp-admin/includes/media.php @@ -959,6 +959,7 @@ function media_upload_library_form($errors) { + : diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 8833c87e09..01030507e7 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -774,8 +774,8 @@ function _list_meta_row( $entry, &$count ) { $delete_nonce = wp_create_nonce( 'delete-meta_' . $entry['meta_id'] ); $r .= "\n\t"; - $r .= "\n\t\t"; - $r .= "\n\t\t{$entry['meta_value']}"; + $r .= "\n\t\t" . __( 'Key' ) . ""; + $r .= "\n\t\t" . __( 'Value' ) . "{$entry['meta_value']}"; $r .= "\n\t\t"; $r .= "\n\t\t"; @@ -800,8 +800,8 @@ function meta_form() { - - + for="metakeyselect" for="metakeyinput" > + @@ -815,7 +815,7 @@ function meta_form() { echo "\n\t$key"; } ?> - + diff --git a/wp-admin/link-import.php b/wp-admin/link-import.php index f2183f6bf9..a2d6e4d565 100644 --- a/wp-admin/link-import.php +++ b/wp-admin/link-import.php @@ -30,19 +30,19 @@ switch ($step) { - - + + - + - - + + add new)' ), 'link-add.php' ); ?> + : diff --git a/wp-admin/options-discussion.php b/wp-admin/options-discussion.php index 32a666ed96..c95bf0c988 100644 --- a/wp-admin/options-discussion.php +++ b/wp-admin/options-discussion.php @@ -14,7 +14,7 @@ include('admin-header.php'); - + /> @@ -28,11 +28,11 @@ include('admin-header.php'); - + - + /> @@ -40,11 +40,11 @@ include('admin-header.php'); /> - + - + /> @@ -52,27 +52,27 @@ include('admin-header.php'); /> /> - + - -' ) ?> + +' ) ?> -moderation queue. One word or IP per line. It will match inside words, so "press" will match "WordPress".') ?> +moderation queue. One word or IP per line. It will match inside words, so "press" will match "WordPress".') ?> - + - - + + - + @@ -85,7 +85,7 @@ include('admin-header.php'); - + __("Don’t show Avatars"), 1 => __('Show Avatars')); foreach ( $yesorno as $key => $value) { @@ -93,11 +93,11 @@ include('admin-header.php'); echo "\n\t $value"; } ?> - + - + __('G — Suitable for all audiences'), 'PG' => __('PG — Possibly offensive, usually for audiences 13 and above'), 'R' => __('R — Intended for adult audiences above 17'), 'X' => __('X — Even more mature than above')); @@ -107,11 +107,11 @@ foreach ($ratings as $key => $rating) : endforeach; ?> - + - + @@ -142,7 +142,7 @@ foreach ( $avatar_defaults as $default_key => $default_name ) { echo apply_filters('default_avatar_select', $avatar_list); ?> - + diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index 680f7ae982..aec47d05ac 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -13,50 +13,50 @@ include('./admin-header.php'); - + - + - + " /> - + " />to be different from the directory you installed WordPress.'); ?> - + - + /> /> - + - - - + + + - + - + - + - + Documentation on date formatting. Click "Save Changes" to update sample output.') ?> - + - + wp-content/uploads'); ?> @@ -23,7 +23,7 @@ include('admin-header.php'); - + @@ -44,23 +44,23 @@ include('admin-header.php'); - + /> - + - + - + diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index 38144a3ba3..8ce51a7d2a 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -170,11 +170,11 @@ $structures = array( - + - + diff --git a/wp-admin/options-privacy.php b/wp-admin/options-privacy.php index b493fc9dcb..3d9d140fc9 100644 --- a/wp-admin/options-privacy.php +++ b/wp-admin/options-privacy.php @@ -14,13 +14,13 @@ include('./admin-header.php'); - + /> /> - + diff --git a/wp-admin/options-reading.php b/wp-admin/options-reading.php index 82c5049af4..b49f88b86d 100644 --- a/wp-admin/options-reading.php +++ b/wp-admin/options-reading.php @@ -15,7 +15,7 @@ include('admin-header.php'); - + /> @@ -27,8 +27,8 @@ include('admin-header.php'); - - + ".__('Front page: %s')."", wp_dropdown_pages("name=page_on_front&echo=0&show_option_none=".__('- Select -')."&selected=" . get_option('page_on_front'))); ?> + ".__('Posts page: %s')."", wp_dropdown_pages("name=page_for_posts&echo=0&show_option_none=".__('- Select -')."&selected=" . get_option('page_for_posts'))); ?> @@ -37,29 +37,29 @@ include('admin-header.php'); - + - + - + - + /> /> - + - + recommended)') ?> diff --git a/wp-admin/options-writing.php b/wp-admin/options-writing.php index 645bfc7904..90ecca7ca5 100644 --- a/wp-admin/options-writing.php +++ b/wp-admin/options-writing.php @@ -14,21 +14,21 @@ include('admin-header.php'); - + - + /> :-) and :-P to graphics on display') ?> /> - + - + - + - + - + - + - + -Update Services on the Codex. Separate multiple service URLs with line breaks.') ?> +Update Services on the Codex. Separate multiple service URLs with line breaks.') ?> diff --git a/wp-admin/options.php b/wp-admin/options.php index 88ee29ae33..7f158db4d6 100644 --- a/wp-admin/options.php +++ b/wp-admin/options.php @@ -73,7 +73,7 @@ foreach ( (array) $options as $option) : } echo " - $option->option_name + $option->option_name "; if (strpos($value, "\n") !== false) echo "" . wp_specialchars($value) . ""; diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php index e2c39147f3..39220046d6 100644 --- a/wp-admin/setup-config.php +++ b/wp-admin/setup-config.php @@ -68,28 +68,28 @@ switch($step) { Below you should enter your database connection details. If you're not sure about these, contact your host. - Database Name - + Database Name + The name of the database you want to run WP in. - User Name - + User Name + Your MySQL username - Password - + Password + ...and MySQL password. - Database Host - + Database Host + 99% chance you won't need to change this value. - Table Prefix - + Table Prefix + If you want to run multiple WordPress installations in a single database, change this. diff --git a/wp-admin/sidebar.php b/wp-admin/sidebar.php index f04eb75d9a..62631a2f91 100644 --- a/wp-admin/sidebar.php +++ b/wp-admin/sidebar.php @@ -60,8 +60,8 @@ form { - - + + @@ -69,8 +69,8 @@ form { -Post: - +Post: + diff --git a/wp-admin/theme-editor.php b/wp-admin/theme-editor.php index f17a48c118..5640dcad8d 100644 --- a/wp-admin/theme-editor.php +++ b/wp-admin/theme-editor.php @@ -92,7 +92,7 @@ $desc_header = ( $description != $file_show ) ? "$description (%s)" : " - + - + size="40" /> - + size="40" /> - + size="40" />'.__('(Password not shown)').''; ?> - + > + : diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index 9c298dda30..4e148d5214 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -162,7 +162,7 @@ include ('admin-header.php'); - + $color_info ): ?> name ?> - + diff --git a/wp-admin/users.php b/wp-admin/users.php index 7aa7873d81..3b881cc88f 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -145,13 +145,13 @@ case 'delete': ?> - + '.__('Attribute all posts and links to:')." $user_dropdown"; ?> - + @@ -287,6 +287,7 @@ unset($role_links); ?> + : @@ -299,7 +300,7 @@ unset($role_links); -" +" @@ -403,29 +404,29 @@ foreach ( $wp_user_search->get_results() as $userid ) { - + - + - + - + - + - + @@ -433,7 +434,7 @@ foreach ( $wp_user_search->get_results() as $userid ) { - + + : - + - + $show_text ) : $show_value = attribute_escape( $show_value ); ?> > @@ -256,7 +257,7 @@ if ( isset($_GET['message']) && isset($messages[$_GET['message']]) ) : ?> - + diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 053b640a86..b1c9a33a79 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -1512,3 +1512,9 @@ table.diff .diff-deletedline del, table.diff .diff-addedline ins { #wp-word-count { display: block; } + +fieldset { + border: 0; + padding: 0; + margin: 0; +} diff --git a/wp-content/themes/default/searchform.php b/wp-content/themes/default/searchform.php index 22820834f5..300a1c4bf0 100644 --- a/wp-content/themes/default/searchform.php +++ b/wp-content/themes/default/searchform.php @@ -1,4 +1,5 @@ + diff --git a/wp-content/themes/default/style.css b/wp-content/themes/default/style.css index 5ec0231529..062526fde3 100644 --- a/wp-content/themes/default/style.css +++ b/wp-content/themes/default/style.css @@ -616,6 +616,10 @@ blockquote cite { text-align: center; } +.hidden { + display: none; + } + hr { display: none; } diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index db0f03f83e..7bbdbadb3d 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -283,7 +283,7 @@ function wp_dropdown_pages($args = '') { $output = ''; if ( ! empty($pages) ) { - $output = "\n"; + $output = "\n"; if ( $show_option_none ) $output .= "\t$show_option_none\n"; $output .= walk_page_dropdown_tree($pages, $depth, $r); diff --git a/wp-includes/widgets.php b/wp-includes/widgets.php index d77d85e3f3..1e008a7050 100644 --- a/wp-includes/widgets.php +++ b/wp-includes/widgets.php @@ -461,6 +461,7 @@ function wp_widget_search($args) { +
- - 0, 'name' => 'newcat_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => __('Parent category'), 'tab_index' => 3 ) ); ?> + + : 0, 'name' => 'newcat_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => __('Parent category'), 'tab_index' => 3 ) ); ?> @@ -258,7 +258,7 @@ endif; ?>
use them in your template'); ?>
()
pingbacks, no other action necessary.'); ?>
- + comment_approved, '1' ); ?> value='1'> comment_approved, '0' ); ?> value='0'> comment_approved, 'spam' ); ?> value='spam'> @@ -64,28 +64,28 @@ echo " +
http://
+ @@ -138,6 +139,7 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') )
_blank
_blank your link will open in a new window.'); ?>
- + post_status, 'publish' ); selected( $post->post_status, 'private' );?> value='publish'> @@ -160,7 +160,7 @@ if ( ('edit' == $action) && current_user_can('delete_page', $post_ID) ) - + @@ -175,7 +175,7 @@ endif; ?> - + post_content); ?> @@ -224,7 +224,7 @@ list_meta($metadata); - + @@ -232,14 +232,14 @@ list_meta($metadata); - + - + post_parent); ?> @@ -251,7 +251,7 @@ list_meta($metadata); - + page_template); ?> @@ -263,7 +263,7 @@ list_meta($metadata); - + @@ -277,7 +277,7 @@ if ( $authors && count( $authors ) > 1 ) : - $authors, 'name' => 'post_author_override', 'selected' => empty($post_ID) ? $user_ID : $post->post_author) ); ?> + $authors, 'name' => 'post_author_override', 'selected' => empty($post_ID) ? $user_ID : $post->post_author) ); ?> diff --git a/wp-admin/edit-pages.php b/wp-admin/edit-pages.php index a2b0181b4d..20249a075a 100644 --- a/wp-admin/edit-pages.php +++ b/wp-admin/edit-pages.php @@ -111,6 +111,7 @@ endif; ?> + : diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index 340174d2b6..fffe7cab0b 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -133,6 +133,7 @@ endif; ?> + : diff --git a/wp-admin/edit.php b/wp-admin/edit.php index ab9b3ea759..b2a8e99d43 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -116,6 +116,7 @@ endif; ?> + : diff --git a/wp-admin/export.php b/wp-admin/export.php index 99505e4ade..08a0b25716 100644 --- a/wp-admin/export.php +++ b/wp-admin/export.php @@ -22,9 +22,9 @@ require_once ('admin-header.php'); - + - + get_col( "SELECT post_author FROM $wpdb->posts GROUP BY post_author" ); diff --git a/wp-admin/import/greymatter.php b/wp-admin/import/greymatter.php index 92abc48bdf..58aa757715 100644 --- a/wp-admin/import/greymatter.php +++ b/wp-admin/import/greymatter.php @@ -38,16 +38,16 @@ class GM_Import { - - + + - - + + - - + + so you need to enter the number of the last GM post here.(if you don't know that number, just log into your FTP and look it outin the entries' folder)") ?> diff --git a/wp-admin/import/mt.php b/wp-admin/import/mt.php index 6ab2f79c08..0792be3383 100644 --- a/wp-admin/import/mt.php +++ b/wp-admin/import/mt.php @@ -166,9 +166,9 @@ class MT_Import { $j = -1; foreach ($authors as $author) { ++ $j; - echo ''.__('Current author:').' '.$author.''.sprintf(__('Create user %1$s or map to existing'), ' '); + echo ''.__('Current author:').' '.$author.''.sprintf(__('Create user %1$s or map to existing'), ' '); $this->users_form($j); - echo ''; + echo ''; } echo ''.''; diff --git a/wp-admin/import/wordpress.php b/wp-admin/import/wordpress.php index 03395bdba9..913a96281a 100644 --- a/wp-admin/import/wordpress.php +++ b/wp-admin/import/wordpress.php @@ -218,7 +218,7 @@ class WP_Import { function users_form($n, $author) { if ( $this->allow_create_users() ) { - printf(__('Create user %1$s or map to existing'), ' '); + printf(''.__('Create user %1$s or map to existing'), ' '); } else { echo __('Map to existing').''; diff --git a/wp-admin/includes/media.php b/wp-admin/includes/media.php index 60fdd83ef8..a5f96706a3 100644 --- a/wp-admin/includes/media.php +++ b/wp-admin/includes/media.php @@ -959,6 +959,7 @@ function media_upload_library_form($errors) { + : diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 8833c87e09..01030507e7 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -774,8 +774,8 @@ function _list_meta_row( $entry, &$count ) { $delete_nonce = wp_create_nonce( 'delete-meta_' . $entry['meta_id'] ); $r .= "\n\t"; - $r .= "\n\t\t"; - $r .= "\n\t\t{$entry['meta_value']}"; + $r .= "\n\t\t" . __( 'Key' ) . ""; + $r .= "\n\t\t" . __( 'Value' ) . "{$entry['meta_value']}"; $r .= "\n\t\t"; $r .= "\n\t\t"; @@ -800,8 +800,8 @@ function meta_form() { - - + for="metakeyselect" for="metakeyinput" > + @@ -815,7 +815,7 @@ function meta_form() { echo "\n\t$key"; } ?> - + diff --git a/wp-admin/link-import.php b/wp-admin/link-import.php index f2183f6bf9..a2d6e4d565 100644 --- a/wp-admin/link-import.php +++ b/wp-admin/link-import.php @@ -30,19 +30,19 @@ switch ($step) { - - + + - + - - + + add new)' ), 'link-add.php' ); ?> + : diff --git a/wp-admin/options-discussion.php b/wp-admin/options-discussion.php index 32a666ed96..c95bf0c988 100644 --- a/wp-admin/options-discussion.php +++ b/wp-admin/options-discussion.php @@ -14,7 +14,7 @@ include('admin-header.php'); - + /> @@ -28,11 +28,11 @@ include('admin-header.php'); - + - + /> @@ -40,11 +40,11 @@ include('admin-header.php'); /> - + - + /> @@ -52,27 +52,27 @@ include('admin-header.php'); /> /> - + - -' ) ?> + +' ) ?> -moderation queue. One word or IP per line. It will match inside words, so "press" will match "WordPress".') ?> +moderation queue. One word or IP per line. It will match inside words, so "press" will match "WordPress".') ?> - + - - + + - + @@ -85,7 +85,7 @@ include('admin-header.php'); - + __("Don’t show Avatars"), 1 => __('Show Avatars')); foreach ( $yesorno as $key => $value) { @@ -93,11 +93,11 @@ include('admin-header.php'); echo "\n\t $value"; } ?> - + - + __('G — Suitable for all audiences'), 'PG' => __('PG — Possibly offensive, usually for audiences 13 and above'), 'R' => __('R — Intended for adult audiences above 17'), 'X' => __('X — Even more mature than above')); @@ -107,11 +107,11 @@ foreach ($ratings as $key => $rating) : endforeach; ?> - + - + @@ -142,7 +142,7 @@ foreach ( $avatar_defaults as $default_key => $default_name ) { echo apply_filters('default_avatar_select', $avatar_list); ?> - + diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index 680f7ae982..aec47d05ac 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -13,50 +13,50 @@ include('./admin-header.php'); - + - + - + " /> - + " />to be different from the directory you installed WordPress.'); ?> - + - + /> /> - + - - - + + + - + - + - + - + Documentation on date formatting. Click "Save Changes" to update sample output.') ?> - + - + wp-content/uploads'); ?> @@ -23,7 +23,7 @@ include('admin-header.php'); - + @@ -44,23 +44,23 @@ include('admin-header.php'); - + /> - + - + - + diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index 38144a3ba3..8ce51a7d2a 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -170,11 +170,11 @@ $structures = array( - + - + diff --git a/wp-admin/options-privacy.php b/wp-admin/options-privacy.php index b493fc9dcb..3d9d140fc9 100644 --- a/wp-admin/options-privacy.php +++ b/wp-admin/options-privacy.php @@ -14,13 +14,13 @@ include('./admin-header.php'); - + /> /> - + diff --git a/wp-admin/options-reading.php b/wp-admin/options-reading.php index 82c5049af4..b49f88b86d 100644 --- a/wp-admin/options-reading.php +++ b/wp-admin/options-reading.php @@ -15,7 +15,7 @@ include('admin-header.php'); - + /> @@ -27,8 +27,8 @@ include('admin-header.php'); - - + ".__('Front page: %s')."", wp_dropdown_pages("name=page_on_front&echo=0&show_option_none=".__('- Select -')."&selected=" . get_option('page_on_front'))); ?> + ".__('Posts page: %s')."", wp_dropdown_pages("name=page_for_posts&echo=0&show_option_none=".__('- Select -')."&selected=" . get_option('page_for_posts'))); ?> @@ -37,29 +37,29 @@ include('admin-header.php'); - + - + - + - + /> /> - + - + recommended)') ?> diff --git a/wp-admin/options-writing.php b/wp-admin/options-writing.php index 645bfc7904..90ecca7ca5 100644 --- a/wp-admin/options-writing.php +++ b/wp-admin/options-writing.php @@ -14,21 +14,21 @@ include('admin-header.php'); - + - + /> :-) and :-P to graphics on display') ?> /> - + - + - + - + - + - + - + -Update Services on the Codex. Separate multiple service URLs with line breaks.') ?> +Update Services on the Codex. Separate multiple service URLs with line breaks.') ?> diff --git a/wp-admin/options.php b/wp-admin/options.php index 88ee29ae33..7f158db4d6 100644 --- a/wp-admin/options.php +++ b/wp-admin/options.php @@ -73,7 +73,7 @@ foreach ( (array) $options as $option) : } echo " - $option->option_name + $option->option_name "; if (strpos($value, "\n") !== false) echo "" . wp_specialchars($value) . ""; diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php index e2c39147f3..39220046d6 100644 --- a/wp-admin/setup-config.php +++ b/wp-admin/setup-config.php @@ -68,28 +68,28 @@ switch($step) { Below you should enter your database connection details. If you're not sure about these, contact your host. - Database Name - + Database Name + The name of the database you want to run WP in. - User Name - + User Name + Your MySQL username - Password - + Password + ...and MySQL password. - Database Host - + Database Host + 99% chance you won't need to change this value. - Table Prefix - + Table Prefix + If you want to run multiple WordPress installations in a single database, change this. diff --git a/wp-admin/sidebar.php b/wp-admin/sidebar.php index f04eb75d9a..62631a2f91 100644 --- a/wp-admin/sidebar.php +++ b/wp-admin/sidebar.php @@ -60,8 +60,8 @@ form { - - + + @@ -69,8 +69,8 @@ form { -Post: - +Post: + diff --git a/wp-admin/theme-editor.php b/wp-admin/theme-editor.php index f17a48c118..5640dcad8d 100644 --- a/wp-admin/theme-editor.php +++ b/wp-admin/theme-editor.php @@ -92,7 +92,7 @@ $desc_header = ( $description != $file_show ) ? "$description (%s)" : " - + - + size="40" /> - + size="40" /> - + size="40" />'.__('(Password not shown)').''; ?> - + > + : diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index 9c298dda30..4e148d5214 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -162,7 +162,7 @@ include ('admin-header.php'); - + $color_info ): ?> name ?> - + diff --git a/wp-admin/users.php b/wp-admin/users.php index 7aa7873d81..3b881cc88f 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -145,13 +145,13 @@ case 'delete': ?> - + '.__('Attribute all posts and links to:')." $user_dropdown"; ?> - + @@ -287,6 +287,7 @@ unset($role_links); ?> + : @@ -299,7 +300,7 @@ unset($role_links); -" +" @@ -403,29 +404,29 @@ foreach ( $wp_user_search->get_results() as $userid ) { - + - + - + - + - + - + @@ -433,7 +434,7 @@ foreach ( $wp_user_search->get_results() as $userid ) { - + + : - + - + $show_text ) : $show_value = attribute_escape( $show_value ); ?> > @@ -256,7 +257,7 @@ if ( isset($_GET['message']) && isset($messages[$_GET['message']]) ) : ?> - + diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 053b640a86..b1c9a33a79 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -1512,3 +1512,9 @@ table.diff .diff-deletedline del, table.diff .diff-addedline ins { #wp-word-count { display: block; } + +fieldset { + border: 0; + padding: 0; + margin: 0; +} diff --git a/wp-content/themes/default/searchform.php b/wp-content/themes/default/searchform.php index 22820834f5..300a1c4bf0 100644 --- a/wp-content/themes/default/searchform.php +++ b/wp-content/themes/default/searchform.php @@ -1,4 +1,5 @@ + diff --git a/wp-content/themes/default/style.css b/wp-content/themes/default/style.css index 5ec0231529..062526fde3 100644 --- a/wp-content/themes/default/style.css +++ b/wp-content/themes/default/style.css @@ -616,6 +616,10 @@ blockquote cite { text-align: center; } +.hidden { + display: none; + } + hr { display: none; } diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index db0f03f83e..7bbdbadb3d 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -283,7 +283,7 @@ function wp_dropdown_pages($args = '') { $output = ''; if ( ! empty($pages) ) { - $output = "\n"; + $output = "\n"; if ( $show_option_none ) $output .= "\t$show_option_none\n"; $output .= walk_page_dropdown_tree($pages, $depth, $r); diff --git a/wp-includes/widgets.php b/wp-includes/widgets.php index d77d85e3f3..1e008a7050 100644 --- a/wp-includes/widgets.php +++ b/wp-includes/widgets.php @@ -461,6 +461,7 @@ function wp_widget_search($args) { +
- + + add new)' ), 'link-add.php' ); ?> + : diff --git a/wp-admin/options-discussion.php b/wp-admin/options-discussion.php index 32a666ed96..c95bf0c988 100644 --- a/wp-admin/options-discussion.php +++ b/wp-admin/options-discussion.php @@ -14,7 +14,7 @@ include('admin-header.php'); - + /> @@ -28,11 +28,11 @@ include('admin-header.php'); - + - + /> @@ -40,11 +40,11 @@ include('admin-header.php'); /> - + - + /> @@ -52,27 +52,27 @@ include('admin-header.php'); /> /> - + - -' ) ?> + +' ) ?> -moderation queue. One word or IP per line. It will match inside words, so "press" will match "WordPress".') ?> +moderation queue. One word or IP per line. It will match inside words, so "press" will match "WordPress".') ?> - + - - + + - + @@ -85,7 +85,7 @@ include('admin-header.php'); - + __("Don’t show Avatars"), 1 => __('Show Avatars')); foreach ( $yesorno as $key => $value) { @@ -93,11 +93,11 @@ include('admin-header.php'); echo "\n\t $value"; } ?> - + - + __('G — Suitable for all audiences'), 'PG' => __('PG — Possibly offensive, usually for audiences 13 and above'), 'R' => __('R — Intended for adult audiences above 17'), 'X' => __('X — Even more mature than above')); @@ -107,11 +107,11 @@ foreach ($ratings as $key => $rating) : endforeach; ?> - + - + @@ -142,7 +142,7 @@ foreach ( $avatar_defaults as $default_key => $default_name ) { echo apply_filters('default_avatar_select', $avatar_list); ?> - + diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index 680f7ae982..aec47d05ac 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -13,50 +13,50 @@ include('./admin-header.php'); - + - + - + " /> - + " />to be different from the directory you installed WordPress.'); ?> - + - + /> /> - + - - - + + + - + - + - + - + Documentation on date formatting. Click "Save Changes" to update sample output.') ?> - + - + wp-content/uploads'); ?> @@ -23,7 +23,7 @@ include('admin-header.php'); - + @@ -44,23 +44,23 @@ include('admin-header.php'); - + /> - + - + - + diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index 38144a3ba3..8ce51a7d2a 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -170,11 +170,11 @@ $structures = array( - + - + diff --git a/wp-admin/options-privacy.php b/wp-admin/options-privacy.php index b493fc9dcb..3d9d140fc9 100644 --- a/wp-admin/options-privacy.php +++ b/wp-admin/options-privacy.php @@ -14,13 +14,13 @@ include('./admin-header.php'); - + /> /> - + diff --git a/wp-admin/options-reading.php b/wp-admin/options-reading.php index 82c5049af4..b49f88b86d 100644 --- a/wp-admin/options-reading.php +++ b/wp-admin/options-reading.php @@ -15,7 +15,7 @@ include('admin-header.php'); - + /> @@ -27,8 +27,8 @@ include('admin-header.php'); - - + ".__('Front page: %s')."", wp_dropdown_pages("name=page_on_front&echo=0&show_option_none=".__('- Select -')."&selected=" . get_option('page_on_front'))); ?> + ".__('Posts page: %s')."", wp_dropdown_pages("name=page_for_posts&echo=0&show_option_none=".__('- Select -')."&selected=" . get_option('page_for_posts'))); ?> @@ -37,29 +37,29 @@ include('admin-header.php'); - + - + - + - + /> /> - + - + recommended)') ?> diff --git a/wp-admin/options-writing.php b/wp-admin/options-writing.php index 645bfc7904..90ecca7ca5 100644 --- a/wp-admin/options-writing.php +++ b/wp-admin/options-writing.php @@ -14,21 +14,21 @@ include('admin-header.php'); - + - + /> :-) and :-P to graphics on display') ?> /> - + - + - + - + - + - + - + -Update Services on the Codex. Separate multiple service URLs with line breaks.') ?> +Update Services on the Codex. Separate multiple service URLs with line breaks.') ?> diff --git a/wp-admin/options.php b/wp-admin/options.php index 88ee29ae33..7f158db4d6 100644 --- a/wp-admin/options.php +++ b/wp-admin/options.php @@ -73,7 +73,7 @@ foreach ( (array) $options as $option) : } echo " - $option->option_name + $option->option_name "; if (strpos($value, "\n") !== false) echo "" . wp_specialchars($value) . ""; diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php index e2c39147f3..39220046d6 100644 --- a/wp-admin/setup-config.php +++ b/wp-admin/setup-config.php @@ -68,28 +68,28 @@ switch($step) { Below you should enter your database connection details. If you're not sure about these, contact your host. - Database Name - + Database Name + The name of the database you want to run WP in. - User Name - + User Name + Your MySQL username - Password - + Password + ...and MySQL password. - Database Host - + Database Host + 99% chance you won't need to change this value. - Table Prefix - + Table Prefix + If you want to run multiple WordPress installations in a single database, change this. diff --git a/wp-admin/sidebar.php b/wp-admin/sidebar.php index f04eb75d9a..62631a2f91 100644 --- a/wp-admin/sidebar.php +++ b/wp-admin/sidebar.php @@ -60,8 +60,8 @@ form { - - + + @@ -69,8 +69,8 @@ form { -Post: - +Post: + diff --git a/wp-admin/theme-editor.php b/wp-admin/theme-editor.php index f17a48c118..5640dcad8d 100644 --- a/wp-admin/theme-editor.php +++ b/wp-admin/theme-editor.php @@ -92,7 +92,7 @@ $desc_header = ( $description != $file_show ) ? "$description (%s)" : " - + - + size="40" /> - + size="40" /> - + size="40" />'.__('(Password not shown)').''; ?> - + > + : diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index 9c298dda30..4e148d5214 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -162,7 +162,7 @@ include ('admin-header.php'); - + $color_info ): ?> name ?> - + diff --git a/wp-admin/users.php b/wp-admin/users.php index 7aa7873d81..3b881cc88f 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -145,13 +145,13 @@ case 'delete': ?> - + '.__('Attribute all posts and links to:')." $user_dropdown"; ?> - + @@ -287,6 +287,7 @@ unset($role_links); ?> + : @@ -299,7 +300,7 @@ unset($role_links); -" +" @@ -403,29 +404,29 @@ foreach ( $wp_user_search->get_results() as $userid ) { - + - + - + - + - + - + @@ -433,7 +434,7 @@ foreach ( $wp_user_search->get_results() as $userid ) { - + + : - + - + $show_text ) : $show_value = attribute_escape( $show_value ); ?> > @@ -256,7 +257,7 @@ if ( isset($_GET['message']) && isset($messages[$_GET['message']]) ) : ?> - + diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 053b640a86..b1c9a33a79 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -1512,3 +1512,9 @@ table.diff .diff-deletedline del, table.diff .diff-addedline ins { #wp-word-count { display: block; } + +fieldset { + border: 0; + padding: 0; + margin: 0; +} diff --git a/wp-content/themes/default/searchform.php b/wp-content/themes/default/searchform.php index 22820834f5..300a1c4bf0 100644 --- a/wp-content/themes/default/searchform.php +++ b/wp-content/themes/default/searchform.php @@ -1,4 +1,5 @@ + diff --git a/wp-content/themes/default/style.css b/wp-content/themes/default/style.css index 5ec0231529..062526fde3 100644 --- a/wp-content/themes/default/style.css +++ b/wp-content/themes/default/style.css @@ -616,6 +616,10 @@ blockquote cite { text-align: center; } +.hidden { + display: none; + } + hr { display: none; } diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index db0f03f83e..7bbdbadb3d 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -283,7 +283,7 @@ function wp_dropdown_pages($args = '') { $output = ''; if ( ! empty($pages) ) { - $output = "\n"; + $output = "\n"; if ( $show_option_none ) $output .= "\t$show_option_none\n"; $output .= walk_page_dropdown_tree($pages, $depth, $r); diff --git a/wp-includes/widgets.php b/wp-includes/widgets.php index d77d85e3f3..1e008a7050 100644 --- a/wp-includes/widgets.php +++ b/wp-includes/widgets.php @@ -461,6 +461,7 @@ function wp_widget_search($args) { +
+ add new)' ), 'link-add.php' ); ?> + : diff --git a/wp-admin/options-discussion.php b/wp-admin/options-discussion.php index 32a666ed96..c95bf0c988 100644 --- a/wp-admin/options-discussion.php +++ b/wp-admin/options-discussion.php @@ -14,7 +14,7 @@ include('admin-header.php'); - + /> @@ -28,11 +28,11 @@ include('admin-header.php'); - + - + /> @@ -40,11 +40,11 @@ include('admin-header.php'); /> - + - + /> @@ -52,27 +52,27 @@ include('admin-header.php'); /> /> - + - -' ) ?> + +' ) ?> -moderation queue. One word or IP per line. It will match inside words, so "press" will match "WordPress".') ?> +moderation queue. One word or IP per line. It will match inside words, so "press" will match "WordPress".') ?> - + - - + + - + @@ -85,7 +85,7 @@ include('admin-header.php'); - + __("Don’t show Avatars"), 1 => __('Show Avatars')); foreach ( $yesorno as $key => $value) { @@ -93,11 +93,11 @@ include('admin-header.php'); echo "\n\t $value"; } ?> - + - + __('G — Suitable for all audiences'), 'PG' => __('PG — Possibly offensive, usually for audiences 13 and above'), 'R' => __('R — Intended for adult audiences above 17'), 'X' => __('X — Even more mature than above')); @@ -107,11 +107,11 @@ foreach ($ratings as $key => $rating) : endforeach; ?> - + - + @@ -142,7 +142,7 @@ foreach ( $avatar_defaults as $default_key => $default_name ) { echo apply_filters('default_avatar_select', $avatar_list); ?> - + diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index 680f7ae982..aec47d05ac 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -13,50 +13,50 @@ include('./admin-header.php'); - + - + - + " /> - + " />to be different from the directory you installed WordPress.'); ?> - + - + /> /> - + - - - + + + - + - + - + - + Documentation on date formatting. Click "Save Changes" to update sample output.') ?> - + - + wp-content/uploads'); ?> @@ -23,7 +23,7 @@ include('admin-header.php'); - + @@ -44,23 +44,23 @@ include('admin-header.php'); - + /> - + - + - + diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index 38144a3ba3..8ce51a7d2a 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -170,11 +170,11 @@ $structures = array( - + - + diff --git a/wp-admin/options-privacy.php b/wp-admin/options-privacy.php index b493fc9dcb..3d9d140fc9 100644 --- a/wp-admin/options-privacy.php +++ b/wp-admin/options-privacy.php @@ -14,13 +14,13 @@ include('./admin-header.php'); - + /> /> - + diff --git a/wp-admin/options-reading.php b/wp-admin/options-reading.php index 82c5049af4..b49f88b86d 100644 --- a/wp-admin/options-reading.php +++ b/wp-admin/options-reading.php @@ -15,7 +15,7 @@ include('admin-header.php'); - + /> @@ -27,8 +27,8 @@ include('admin-header.php'); - - + ".__('Front page: %s')."", wp_dropdown_pages("name=page_on_front&echo=0&show_option_none=".__('- Select -')."&selected=" . get_option('page_on_front'))); ?> + ".__('Posts page: %s')."", wp_dropdown_pages("name=page_for_posts&echo=0&show_option_none=".__('- Select -')."&selected=" . get_option('page_for_posts'))); ?> @@ -37,29 +37,29 @@ include('admin-header.php'); - + - + - + - + /> /> - + - + recommended)') ?> diff --git a/wp-admin/options-writing.php b/wp-admin/options-writing.php index 645bfc7904..90ecca7ca5 100644 --- a/wp-admin/options-writing.php +++ b/wp-admin/options-writing.php @@ -14,21 +14,21 @@ include('admin-header.php'); - + - + /> :-) and :-P to graphics on display') ?> /> - + - + - + - + - + - + - + -Update Services on the Codex. Separate multiple service URLs with line breaks.') ?> +Update Services on the Codex. Separate multiple service URLs with line breaks.') ?> diff --git a/wp-admin/options.php b/wp-admin/options.php index 88ee29ae33..7f158db4d6 100644 --- a/wp-admin/options.php +++ b/wp-admin/options.php @@ -73,7 +73,7 @@ foreach ( (array) $options as $option) : } echo " - $option->option_name + $option->option_name "; if (strpos($value, "\n") !== false) echo "" . wp_specialchars($value) . ""; diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php index e2c39147f3..39220046d6 100644 --- a/wp-admin/setup-config.php +++ b/wp-admin/setup-config.php @@ -68,28 +68,28 @@ switch($step) { Below you should enter your database connection details. If you're not sure about these, contact your host. - Database Name - + Database Name + The name of the database you want to run WP in. - User Name - + User Name + Your MySQL username - Password - + Password + ...and MySQL password. - Database Host - + Database Host + 99% chance you won't need to change this value. - Table Prefix - + Table Prefix + If you want to run multiple WordPress installations in a single database, change this. diff --git a/wp-admin/sidebar.php b/wp-admin/sidebar.php index f04eb75d9a..62631a2f91 100644 --- a/wp-admin/sidebar.php +++ b/wp-admin/sidebar.php @@ -60,8 +60,8 @@ form { - - + + @@ -69,8 +69,8 @@ form { -Post: - +Post: + diff --git a/wp-admin/theme-editor.php b/wp-admin/theme-editor.php index f17a48c118..5640dcad8d 100644 --- a/wp-admin/theme-editor.php +++ b/wp-admin/theme-editor.php @@ -92,7 +92,7 @@ $desc_header = ( $description != $file_show ) ? "$description (%s)" : " - + - + size="40" /> - + size="40" /> - + size="40" />'.__('(Password not shown)').''; ?> - + > + : diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index 9c298dda30..4e148d5214 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -162,7 +162,7 @@ include ('admin-header.php'); - + $color_info ): ?> name ?> - + diff --git a/wp-admin/users.php b/wp-admin/users.php index 7aa7873d81..3b881cc88f 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -145,13 +145,13 @@ case 'delete': ?> - + '.__('Attribute all posts and links to:')." $user_dropdown"; ?> - + @@ -287,6 +287,7 @@ unset($role_links); ?> + : @@ -299,7 +300,7 @@ unset($role_links); -" +" @@ -403,29 +404,29 @@ foreach ( $wp_user_search->get_results() as $userid ) { - + - + - + - + - + - + @@ -433,7 +434,7 @@ foreach ( $wp_user_search->get_results() as $userid ) { - + + : - + - + $show_text ) : $show_value = attribute_escape( $show_value ); ?> > @@ -256,7 +257,7 @@ if ( isset($_GET['message']) && isset($messages[$_GET['message']]) ) : ?> - + diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 053b640a86..b1c9a33a79 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -1512,3 +1512,9 @@ table.diff .diff-deletedline del, table.diff .diff-addedline ins { #wp-word-count { display: block; } + +fieldset { + border: 0; + padding: 0; + margin: 0; +} diff --git a/wp-content/themes/default/searchform.php b/wp-content/themes/default/searchform.php index 22820834f5..300a1c4bf0 100644 --- a/wp-content/themes/default/searchform.php +++ b/wp-content/themes/default/searchform.php @@ -1,4 +1,5 @@ + diff --git a/wp-content/themes/default/style.css b/wp-content/themes/default/style.css index 5ec0231529..062526fde3 100644 --- a/wp-content/themes/default/style.css +++ b/wp-content/themes/default/style.css @@ -616,6 +616,10 @@ blockquote cite { text-align: center; } +.hidden { + display: none; + } + hr { display: none; } diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index db0f03f83e..7bbdbadb3d 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -283,7 +283,7 @@ function wp_dropdown_pages($args = '') { $output = ''; if ( ! empty($pages) ) { - $output = "\n"; + $output = "\n"; if ( $show_option_none ) $output .= "\t$show_option_none\n"; $output .= walk_page_dropdown_tree($pages, $depth, $r); diff --git a/wp-includes/widgets.php b/wp-includes/widgets.php index d77d85e3f3..1e008a7050 100644 --- a/wp-includes/widgets.php +++ b/wp-includes/widgets.php @@ -461,6 +461,7 @@ function wp_widget_search($args) { +
' ) ?>
moderation queue. One word or IP per line. It will match inside words, so "press" will match "WordPress".') ?>
/>
/> @@ -27,8 +27,8 @@ include('admin-header.php');
/> />
:-P
Update Services on the Codex. Separate multiple service URLs with line breaks.') ?>
Below you should enter your database connection details. If you're not sure about these, contact your host.
- +
+
@@ -69,8 +69,8 @@ form {
-Post: - +Post: +
diff --git a/wp-admin/theme-editor.php b/wp-admin/theme-editor.php index f17a48c118..5640dcad8d 100644 --- a/wp-admin/theme-editor.php +++ b/wp-admin/theme-editor.php @@ -92,7 +92,7 @@ $desc_header = ( $description != $file_show ) ? "$description (%s)" : "