diff --git a/wp-admin/comment.php b/wp-admin/comment.php index f83fcf43a0..937b25d8b2 100644 --- a/wp-admin/comment.php +++ b/wp-admin/comment.php @@ -46,8 +46,8 @@ switch ( $action ) { 'id' => 'overview', 'title' => __( 'Overview' ), 'content' => - '
' . __( 'You can edit the information left in a comment if needed. This is often useful when you notice that a commenter has made a typographical error.' ) . '
' . - '' . __( 'You can also moderate the comment from this screen using the Status box, where you can also change the timestamp of the comment.' ) . '
', + '' . __( 'You can edit the information left in a comment if needed. This is often useful when you notice that a commenter has made a typographical error.' ) . '
' . + '' . __( 'You can also moderate the comment from this screen using the Status box, where you can also change the timestamp of the comment.' ) . '
', ) ); diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index 6fb2945b19..fbcf111e9d 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -185,7 +185,7 @@ get_current_screen()->add_help_tab( 'id' => 'overview', 'title' => __( 'Overview' ), 'content' => - '' . __( 'You can manage comments made on your site similar to the way you manage posts and other content. This screen is customizable in the same ways as other management screens, and you can act on comments using the on-hover action links or the Bulk Actions.' ) . '
', + '' . __( 'You can manage comments made on your site similar to the way you manage posts and other content. This screen is customizable in the same ways as other management screens, and you can act on comments using the on-hover action links or the Bulk Actions.' ) . '
', ) ); get_current_screen()->add_help_tab( @@ -193,12 +193,12 @@ get_current_screen()->add_help_tab( 'id' => 'moderating-comments', 'title' => __( 'Moderating Comments' ), 'content' => - '' . __( 'A red bar on the left means the comment is waiting for you to moderate it.' ) . '
' . - '' . __( 'In the Author column, in addition to the author’s name, email address, and blog URL, the commenter’s IP address is shown. Clicking on this link will show you all the comments made from this IP address.' ) . '
' . - '' . __( 'In the Comment column, hovering over any comment gives you options to approve, reply (and approve), quick edit, edit, spam mark, or trash that comment.' ) . '
' . - '' . __( 'In the In Response To column, there are three elements. The text is the name of the post that inspired the comment, and links to the post editor for that entry. The View Post link leads to that post on your live site. The small bubble with the number in it shows the number of approved comments that post has received. If there are pending comments, a red notification circle with the number of pending comments is displayed. Clicking the notification circle will filter the comments screen to show only pending comments on that post.' ) . '
' . - '' . __( 'In the Submitted On column, the date and time the comment was left on your site appears. Clicking on the date/time link will take you to that comment on your live site.' ) . '
' . - '' . __( 'Many people take advantage of keyboard shortcuts to moderate their comments more quickly. Use the link to the side to learn more.' ) . '
', + '' . __( 'A red bar on the left means the comment is waiting for you to moderate it.' ) . '
' . + '' . __( 'In the Author column, in addition to the author’s name, email address, and blog URL, the commenter’s IP address is shown. Clicking on this link will show you all the comments made from this IP address.' ) . '
' . + '' . __( 'In the Comment column, hovering over any comment gives you options to approve, reply (and approve), quick edit, edit, spam mark, or trash that comment.' ) . '
' . + '' . __( 'In the In Response To column, there are three elements. The text is the name of the post that inspired the comment, and links to the post editor for that entry. The View Post link leads to that post on your live site. The small bubble with the number in it shows the number of approved comments that post has received. If there are pending comments, a red notification circle with the number of pending comments is displayed. Clicking the notification circle will filter the comments screen to show only pending comments on that post.' ) . '
' . + '' . __( 'In the Submitted On column, the date and time the comment was left on your site appears. Clicking on the date/time link will take you to that comment on your live site.' ) . '
' . + '' . __( 'Many people take advantage of keyboard shortcuts to moderate their comments more quickly. Use the link to the side to learn more.' ) . '
', ) ); diff --git a/wp-admin/edit.php b/wp-admin/edit.php index d17b3309f0..454263db0b 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -214,7 +214,7 @@ if ( 'post' == $post_type ) { 'id' => 'overview', 'title' => __( 'Overview' ), 'content' => - '' . __( 'This screen provides access to all of your posts. You can customize the display of this screen to suit your workflow.' ) . '
', + '' . __( 'This screen provides access to all of your posts. You can customize the display of this screen to suit your workflow.' ) . '
', ) ); get_current_screen()->add_help_tab( @@ -222,13 +222,13 @@ if ( 'post' == $post_type ) { 'id' => 'screen-content', 'title' => __( 'Screen Content' ), 'content' => - '' . __( 'You can customize the display of this screen’s contents in a number of ways:' ) . '
' . - '' . __( 'You can customize the display of this screen’s contents in a number of ways:' ) . '
' . + '' . __( 'Hovering over a row in the posts list will display action links that allow you to manage your post. You can perform the following actions:' ) . '
' . - '' . __( 'Hovering over a row in the posts list will display action links that allow you to manage your post. You can perform the following actions:' ) . '
' . + '' . __( 'You can also edit or move multiple posts to the trash at once. Select the posts you want to act on using the checkboxes, then select the action you want to take from the Bulk Actions menu and click Apply.' ) . '
' . - '' . __( 'When using Bulk Edit, you can change the metadata (categories, author, etc.) for all selected posts at once. To remove a post from the grouping, just click the x next to its name in the Bulk Edit area that appears.' ) . '
', + '' . __( 'You can also edit or move multiple posts to the trash at once. Select the posts you want to act on using the checkboxes, then select the action you want to take from the Bulk Actions menu and click Apply.' ) . '
' . + '' . __( 'When using Bulk Edit, you can change the metadata (categories, author, etc.) for all selected posts at once. To remove a post from the grouping, just click the x next to its name in the Bulk Edit area that appears.' ) . '
', ) ); @@ -267,7 +267,7 @@ if ( 'post' == $post_type ) { 'id' => 'overview', 'title' => __( 'Overview' ), 'content' => - '' . __( 'Pages are similar to posts in that they have a title, body text, and associated metadata, but they are different in that they are not part of the chronological blog stream, kind of like permanent posts. Pages are not categorized or tagged, but can have a hierarchy. You can nest pages under other pages by making one the “Parent” of the other, creating a group of pages.' ) . '
', + '' . __( 'Pages are similar to posts in that they have a title, body text, and associated metadata, but they are different in that they are not part of the chronological blog stream, kind of like permanent posts. Pages are not categorized or tagged, but can have a hierarchy. You can nest pages under other pages by making one the “Parent” of the other, creating a group of pages.' ) . '
', ) ); get_current_screen()->add_help_tab( @@ -275,8 +275,8 @@ if ( 'post' == $post_type ) { 'id' => 'managing-pages', 'title' => __( 'Managing Pages' ), 'content' => - '' . __( 'Managing pages is very similar to managing posts, and the screens can be customized in the same way.' ) . '
' . - '' . __( 'You can also perform the same types of actions, including narrowing the list by using the filters, acting on a page using the action links that appear when you hover over a row, or using the Bulk Actions menu to edit the metadata for multiple pages at once.' ) . '
', + '' . __( 'Managing pages is very similar to managing posts, and the screens can be customized in the same way.' ) . '
' . + '' . __( 'You can also perform the same types of actions, including narrowing the list by using the filters, acting on a page using the action links that appear when you hover over a row, or using the Bulk Actions menu to edit the metadata for multiple pages at once.' ) . '
', ) ); diff --git a/wp-admin/export.php b/wp-admin/export.php index 39c60737e8..fab186a13f 100644 --- a/wp-admin/export.php +++ b/wp-admin/export.php @@ -26,17 +26,17 @@ function export_add_js() { ?> ', ?> - - class="wp-admin wp-core-ui no-js iframe "> +class="wp-admin wp-core-ui no-js iframe ">