diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index 7d142d9af4..cea809b80a 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -360,7 +360,7 @@ if ( post_type_supports($post_type, 'editor') ) { ?>
-post_content, 'content', array('dfw' => true, 'tabfocus_elements' => 'sample-permalink,post-preview', 'editor_height' => 360) ); ?> +post_content, 'content', array('dfw' => true, 'tabfocus_elements' => 'insert-media-button,save-post', 'editor_height' => 360) ); ?> diff --git a/wp-admin/includes/media.php b/wp-admin/includes/media.php index a8751f1231..814cae9f9e 100644 --- a/wp-admin/includes/media.php +++ b/wp-admin/includes/media.php @@ -393,7 +393,7 @@ function media_buttons($editor_id = 'content') { $img = ' '; - echo '' . $img . __( 'Add Media' ) . ''; + echo '' . $img . __( 'Add Media' ) . ''; // Don't use this filter. Want to add a button? Use the media_buttons action. $legacy_filter = apply_filters('media_buttons_context', ''); // deprecated
0' ); ?>