diff --git a/wp-admin/edit-category-form.php b/wp-admin/edit-category-form.php index bf8f8cce5..d84f30f98 100644 --- a/wp-admin/edit-category-form.php +++ b/wp-admin/edit-category-form.php @@ -70,7 +70,7 @@ _fill_empty_category($category); -

+

diff --git a/wp-admin/edit-link-category-form.php b/wp-admin/edit-link-category-form.php index 1efdf9dcb..3a420c3c7 100644 --- a/wp-admin/edit-link-category-form.php +++ b/wp-admin/edit-link-category-form.php @@ -17,7 +17,7 @@ if ( ! empty($cat_ID) ) { * @var string */ $heading = '

' . __('Edit Link Category') . '

'; - $submit_text = __('Edit Category'); + $submit_text = __('Update Category'); $form = '
'; $action = 'editedcat'; $nonce_action = 'update-link-category_' . $cat_ID; @@ -75,7 +75,7 @@ _fill_empty_link_category($category); -

+

diff --git a/wp-admin/edit-link-form.php b/wp-admin/edit-link-form.php index 26c9d4f86..0ef38e17b 100644 --- a/wp-admin/edit-link-form.php +++ b/wp-admin/edit-link-form.php @@ -8,7 +8,7 @@ if ( ! empty($link_id) ) { $heading = sprintf( __( 'Links / Edit Link' ), 'link-manager.php' ); - $submit_text = __('Save Changes'); + $submit_text = __('Update Link'); $form = ' diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index b4fdf87f0..660223433 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -250,7 +250,8 @@ function inline_edit_term_row($type) {

- + + @@ -1183,10 +1184,13 @@ function inline_edit_row( $type ) { - + $update_text = ( $is_page ) ? __( 'Update Page' ) : __( 'Update Post' ); + - - + +
@@ -2152,7 +2156,7 @@ function wp_comment_reply($position = '1', $checkbox = false, $mode = 'single',

- + diff --git a/wp-admin/media.php b/wp-admin/media.php index 42a4dce9c..906238f7d 100644 --- a/wp-admin/media.php +++ b/wp-admin/media.php @@ -93,7 +93,7 @@ case 'edit' :

- + diff --git a/wp-admin/plugin-editor.php b/wp-admin/plugin-editor.php index 221396b7f..ac9386c61 100644 --- a/wp-admin/plugin-editor.php +++ b/wp-admin/plugin-editor.php @@ -142,9 +142,9 @@ default:

"; + echo ""; else - echo ""; + echo ""; ?>

diff --git a/wp-admin/theme-editor.php b/wp-admin/theme-editor.php index 979ac4632..773e28026 100644 --- a/wp-admin/theme-editor.php +++ b/wp-admin/theme-editor.php @@ -192,7 +192,7 @@ if ($allowed_files) :

"; + echo ""; ?>

diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php index 343c54604..0c98ad8dc 100644 --- a/wp-admin/user-new.php +++ b/wp-admin/user-new.php @@ -132,7 +132,7 @@ foreach ( array('user_login' => 'login', 'first_name' => 'firstname', 'last_name

- +

diff --git a/wp-admin/widgets.php b/wp-admin/widgets.php index 9eee2d53d..94cb43738 100644 --- a/wp-admin/widgets.php +++ b/wp-admin/widgets.php @@ -307,7 +307,7 @@ require_once( 'admin-header.php' ); ?>

- + diff --git a/wp-content/themes/default/functions.php b/wp-content/themes/default/functions.php index 7e9c52dab..340d23c33 100644 --- a/wp-content/themes/default/functions.php +++ b/wp-content/themes/default/functions.php @@ -403,7 +403,7 @@ function kubrick_theme_page() { -

+