From c15a1c2babbfd3f60d019615d1cbd94dfe29122a Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Wed, 19 Aug 2015 04:53:25 +0000 Subject: [PATCH] Replace some hyphens with `—`s in admin help tabs. Props pixolin. Fixes #30605. Built from https://develop.svn.wordpress.org/trunk@33641 git-svn-id: http://core.svn.wordpress.org/trunk@33608 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-form-advanced.php | 20 ++++++++++---------- wp-admin/edit-tags.php | 8 ++++---- wp-admin/index.php | 18 +++++++++--------- wp-admin/network/site-info.php | 8 ++++---- wp-admin/network/site-settings.php | 8 ++++---- wp-admin/network/site-themes.php | 8 ++++---- wp-admin/network/site-users.php | 8 ++++---- wp-includes/version.php | 2 +- 8 files changed, 40 insertions(+), 40 deletions(-) diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index 2a963f1c19..5d24c39a62 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -304,8 +304,8 @@ if ( 'post' == $post_type ) { 'content' => $customize_display, ) ); - $title_and_editor = '

' . __('Title - Enter a title for your post. After you enter a title, you’ll see the permalink below, which you can edit.') . '

'; - $title_and_editor .= '

' . __( 'Post editor - Enter the text for your post. There are two modes of editing: Visual and Text. Choose the mode by clicking on the appropriate tab.' ) . '

'; + $title_and_editor = '

' . __('Title — Enter a title for your post. After you enter a title, you’ll see the permalink below, which you can edit.') . '

'; + $title_and_editor .= '

' . __( 'Post editor — Enter the text for your post. There are two modes of editing: Visual and Text. Choose the mode by clicking on the appropriate tab.' ) . '

'; $title_and_editor .= '

' . __( 'Visual mode gives you a WYSIWYG editor. Click the last icon in the row to get a second row of controls. ') . '

'; $title_and_editor .= '

' . __( 'The Text mode allows you to enter HTML along with your post text. Line breaks will be converted to paragraphs automatically.' ) . '

'; $title_and_editor .= '

' . __( 'You can insert media files by clicking the icons above the post editor and following the directions. You can align or edit images using the inline formatting toolbar available in Visual mode.' ) . '

'; @@ -371,15 +371,15 @@ if ( 'post' == $post_type || 'page' == $post_type ) { if ( 'post' == $post_type ) { $publish_box = '

' . __('Several boxes on this screen contain settings for how your content will be published, including:') . '

'; - $publish_box .= '