Ticket #22451: 22451.4.diff
File 22451.4.diff, 31.2 KB (added by , 12 years ago) |
---|
-
wp-admin/users.php
38 38 '</ul>' 39 39 ) ); 40 40 41 $help = '<p>' . __('Hovering over a row in the users list will display action links that allow you to manage users. You can perform the following actions:') . '</p>' . 42 '<ul>' . 43 '<li>' . __('Edit takes you to the editable profile screen for that user. You can also reach that screen by clicking on the username.') . '</li>'; 41 $help = '<p>' . __('Hovering over a row in the users list will display action links that allow you to manage users. You can perform the following actions:') . '</p>'; 42 $help .= '<ul><li>' . __('Edit takes you to the editable profile screen for that user. You can also reach that screen by clicking on the username.') . '</li>'; 44 43 45 44 if ( is_multisite() ) 46 45 $help .= '<li>' . __( 'Remove allows you to remove a user from your site. It does not delete their posts. You can also remove multiple users at once by using Bulk Actions.' ) . '</li>'; -
wp-admin/edit-tags.php
188 188 if ( 'category' == $taxonomy || 'link_category' == $taxonomy || 'post_tag' == $taxonomy ) { 189 189 $help =''; 190 190 if ( 'category' == $taxonomy ) 191 $help = '<p>' . sprintf(__( 'You can use categoriesto define sections of your site and group related posts. The default category is “Uncategorized” until you change it in your <a href="%s">writing settings</a>.' ) , 'options-writing.php' ) . '</p>';191 $help = '<p>' . sprintf(__( 'You can use <strong>categories</strong> to define sections of your site and group related posts. The default category is “Uncategorized” until you change it in your <a href="%s">writing settings</a>.' ) , 'options-writing.php' ) . '</p>'; 192 192 elseif ( 'link_category' == $taxonomy ) 193 $help = '<p>' . __( 'You can create groups of links by using Link Categories. Link Category names must be unique and Link Categories are separate from the categories you use for posts.' ) . '</p>';193 $help = '<p>' . __( 'You can create groups of links by using <strong>link categories</strong>. Link Category names must be unique and Link Categories are separate from the categories you use for posts.' ) . '</p>'; 194 194 else 195 195 $help = '<p>' . __( 'You can assign keywords to your posts using <strong>tags</strong>. Unlike categories, tags have no hierarchy, meaning there’s no relationship from one tag to another.' ) . '</p>'; 196 196 … … 218 218 $help .= '<li>' . __( '<strong>Slug</strong> - The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.' ) . '</li>'; 219 219 220 220 if ( 'category' == $taxonomy ) 221 $help .= '<li>' . __( '<strong>Parent</strong> - Categories, unlike tags, can have a hierarchy. You might have a Jazz category, and under that have child rencategories for Bebop and Big Band. Totally optional. To create a subcategory, just choose another category from the Parent dropdown.' ) . '</li>';221 $help .= '<li>' . __( '<strong>Parent</strong> - Categories, unlike tags, can have a hierarchy. You might have a Jazz category, and under that have child categories for Bebop and Big Band. Totally optional. To create a subcategory, just choose another category from the Parent dropdown.' ) . '</li>'; 222 222 223 223 $help .= '<li>' . __( '<strong>Description</strong> - The description is not prominent by default; however, some themes may display it.' ) . '</li>' . 224 224 '</ul>' . -
wp-admin/theme-editor.php
24 24 'id' => 'overview', 25 25 'title' => __('Overview'), 26 26 'content' => 27 '<p>' . __('You can use the Theme Editor to edit the individual CSS and PHP files which make up your theme.') . '</p> 28 <p>' . __('Begin by choosing a theme to edit from the dropdown menu and clicking Select. A list then appears of all the template files. Clicking once on any file name causes the file to appear in the large Editor box.') . '</p>29 <p>' . __('For PHP files, you can use the Documentation dropdown to select from functions recognized in that file. Lookup takes you to a web page with reference material about that particular function.') . '</p>30 <p id="newcontent-description">' . __('In the editing area the Tab key enters a tab character. To move below this area by pressing Tab, press the Esc key followed by the Tab key.') . '</p>31 <p>' . __('After typing in your edits, click Update File.') . '</p>32 <p>' . __('<strong>Advice:</strong> think very carefully about your site crashing if you are live-editing the theme currently in use.') . '</p>33 <p>' . __('Upgrading to a newer version of the same theme will override changes made here. To avoid this, consider creating a <a href="http://codex.wordpress.org/Child_Themes" target="_blank">child theme</a> instead.') . '</p>' .27 '<p>' . __('You can use the Theme Editor to edit the individual CSS and PHP files which make up your theme.') . '</p>' . 28 '<p>' . __('Begin by choosing a theme to edit from the dropdown menu and clicking Select. A list then appears of all the template files. Clicking once on any file name causes the file to appear in the large Editor box.') . '</p>' . 29 '<p>' . __('For PHP files, you can use the Documentation dropdown to select from functions recognized in that file. Lookup takes you to a Web page with reference material about that particular function.') . '</p>' . 30 '<p id="newcontent-description">' . __('In the editing area, the Tab key enters a tab character. To move below this area by pressing Tab, press the Esc key followed by the Tab key.') . '</p>' . 31 '<p>' . __('After typing in your edits, click Update File.') . '</p>' . 32 '<p>' . __('<strong>Advice:</strong> think very carefully about your site crashing if you are live-editing the theme currently in use.') . '</p>' . 33 '<p>' . __('Upgrading to a newer version of the same theme will override changes made here. To avoid this, consider creating a <a href="http://codex.wordpress.org/Child_Themes" target="_blank">child theme</a> instead.') . '</p>' . 34 34 ( is_network_admin() ? '<p>' . __('Any edits to files from this screen will be reflected on all sites in the network.') . '</p>' : '' ) 35 35 ) ); 36 36 -
wp-admin/custom-header.php
131 131 'content' => 132 132 '<p>' . sprintf( __( 'For most themes, the header text is your Site Title and Tagline, as defined in the <a href="%1$s">General Settings</a> section.' ), admin_url( 'options-general.php' ) ) . '<p>' . 133 133 '<p>' . __( 'In the Header Text section of this page, you can choose whether to display this text or hide it. You can also choose a color for the text by clicking the Select Color button and either typing in a legitimate HTML hex value, e.g. “#ff0000” for red, or by choosing a color using the color picker.' ) . '</p>' . 134 '<p>' . __( 'Don’t forget to Save Changeswhen you’re done!') . '</p>'134 '<p>' . __( 'Don’t forget to click “Save Changes” when you’re done!') . '</p>' 135 135 ) ); 136 136 137 137 get_current_screen()->set_help_sidebar( -
wp-admin/user-new.php
145 145 $help = '<p>' . __('To add a new user to your site, fill in the form on this screen and click the Add New User button at the bottom.') . '</p>'; 146 146 147 147 if ( is_multisite() ) { 148 $help .= '<p>' . __('Because this is a multisite installation, you may add accounts that already exist on the Network by specifying a username or email, and defining a role. For more options, such as specifying a password, you have to be a Network Administrator and use the hover link under an existing user’s name to Edit the user profile under Network Admin > All Users.') . '</p>' .148 $help .= '<p>' . __('Because this is a Multisite installation, you may add accounts that already exist on the network by specifying a username or email, and defining a role. For more options, such as specifying a password, you have to be a Network Administrator and use the hover link under an existing user’s name to Edit the user profile under Network Admin > All Users.') . '</p>' . 149 149 '<p>' . __('New users will receive an email letting them know they’ve been added as a user for your site. This email will also contain their password. Check the box if you don’t want the user to receive a welcome email.') . '</p>'; 150 150 } else { 151 $help .= '<p>' . __('You must assign a password to the new user, which they can change after logging in. The username, however, cannot be changed.') . '</p>' .152 '<p>' . __('New users will receive an email letting them know they’ve been added as a user for your site. By default, this email will also contain their password. Uncheck the box if you don’t want the password to be included in the welcome email.') . '</p>';151 $help .= '<p>' . __('You must assign a password to the new user, which they can change after logging in. The username, however, cannot be changed.') . '</p>'; 152 $help .= '<p>' . __('New users will receive an email letting them know they’ve been added as a user for your site. By default, this email will also contain their password. Uncheck the box if you don’t want the password to be included in the welcome email.') . '</p>'; 153 153 } 154 154 155 155 $help .= '<p>' . __('Remember to click the Add New User button at the bottom of this screen when you are finished.') . '</p>'; … … 164 164 'id' => 'user-roles', 165 165 'title' => __('User Roles'), 166 166 'content' => '<p>' . __('Here is a basic overview of the different user roles and the permissions associated with each one:') . '</p>' . 167 '<ul>' . 168 '<li>' . __('Administrators have access to all the administration features.') . '</li>' . 169 '<li>' . __('Editors can publish posts, manage posts as well as manage other people’s posts, etc.') . '</li>' . 170 '<li>' . __('Authors can publish and manage their own posts, and are able to upload files.') . '</li>' . 171 '<li>' . __('Contributors can write and manage their posts but not publish posts or upload media files.') . '</li>' . 172 '<li>' . __('Subscribers can read comments/comment/receive newsletters, etc. but cannot create regular site content.') . '</li>' . 173 '</ul>' 167 '<ul><li>' . __('<strong>Administrators</strong> have access to all the administration features.') . '</li>' . 168 '<li>' . __('<strong>Editors</strong> can publish posts, manage posts as well as manage other people’s posts, etc.') . '</li>' . 169 '<li>' . __('<strong>Authors</strong> can publish and manage their own posts, and are able to upload files.') . '</li>' . 170 '<li>' . __('<strong>Contributors</strong> can write and manage their posts but not publish posts or upload media files.') . '</li>' . 171 '<li>' . __('<strong>Subscribers</strong> can read comments/comment/receive newsletters, etc. but cannot create regular site content.') . '</li></ul>' 174 172 ) ); 175 173 176 174 get_current_screen()->set_help_sidebar( -
wp-admin/index.php
61 61 $help = '<p>' . __('You can use the following controls to arrange your Dashboard screen to suit your workflow. This is true on most other administration screens as well.') . '</p>'; 62 62 $help .= '<p>' . __('<strong>Screen Options</strong> - Use the Screen Options tab to choose which Dashboard boxes to show, and how many columns to display.') . '</p>'; 63 63 $help .= '<p>' . __('<strong>Drag and Drop</strong> - To rearrange the boxes, drag and drop by clicking on the title bar of the selected box and releasing when you see a gray dotted-line rectangle appear in the location you want to place the box.') . '</p>'; 64 $help .= '<p>' . __('<strong>Box Controls</strong> - Click the title bar of the box to expand or collapse it. In addition, some box have configurable content, and will show a “Configure” link in the title bar if you hover over it.') . '</p>';64 $help .= '<p>' . __('<strong>Box Controls</strong> - Click the title bar of the box to expand or collapse it. In addition, some boxes have configurable content, and will show a “Configure” link in the title bar if you hover over it.') . '</p>'; 65 65 66 66 $screen->add_help_tab( array( 67 67 'id' => 'help-layout', -
wp-admin/options-media.php
15 15 $title = __('Media Settings'); 16 16 $parent_file = 'options-general.php'; 17 17 18 $media_options_help = '<p>' . __(' You can set maximum sizes for images inserted into your written content; you can also insert an image as Full Size.') . '</p>';18 $media_options_help = '<p>' . __('On this screen, you can set maximum height and width dimensions for images that will be inserted into your written content; you will still have the option to insert full-sized images.') . '</p>'; 19 19 20 20 if ( ! is_multisite() ) { 21 21 $media_options_help .= '<p>' . __('Uploading Files allows you to choose the folder and path for storing your uploaded files.') . '</p>'; -
wp-admin/edit-form-advanced.php
173 173 add_screen_option('layout_columns', array('max' => 2, 'default' => 2) ); 174 174 175 175 if ( 'post' == $post_type ) { 176 $customize_display = '<p>' . __('The title field and the big Post Editing Area are fixed in place, but you can reposition all the other boxes using drag and drop, and canminimize or expand them by clicking the title bar of each box. Use the Screen Options tab to unhide more boxes (Excerpt, Send Trackbacks, Custom Fields, Discussion, Slug, Author) or to choose a 1- or 2-column layout for this screen.') . '</p>';176 $customize_display = '<p>' . __('The title field and the big post editing area are fixed in place, but you can reposition all the other boxes using drag and drop. You can also minimize or expand them by clicking the title bar of each box. Use the Screen Options tab to unhide more boxes (Excerpt, Send Trackbacks, Custom Fields, Discussion, Slug, Author) or to choose a 1- or 2-column layout for this screen.') . '</p>'; 177 177 178 178 get_current_screen()->add_help_tab( array( 179 179 'id' => 'customize-display', … … 182 182 ) ); 183 183 184 184 $title_and_editor = '<p>' . __('<strong>Title</strong> - Enter a title for your post. After you enter a title, you’ll see the permalink below, which you can edit.') . '</p>'; 185 $title_and_editor .= '<p>' . __('<strong>Post editor</strong> - Enter the text for your post. There are two modes of editing: Visual and Text. Choose the mode by clicking on the appropriate tab. Visual mode gives you a WYSIWYG editor. Click the last icon in the row to get a second row of controls. The Text mode allows you to enter HTML along with your post text. Line breaks will be converted to paragraphs automatically. You can insert media files by clicking the icons above the post editor and following the directions. You can go to the distraction-free writing screen via the Fullscreen icon in Visual mode (second to last in the top row) or the Fullscreen button in Text mode (last in the row). Once there, you can make buttons visible by hovering over the top area. Exit Fullscreen back to the regular post editor.') . '</p>'; 185 $title_and_editor .= '<p>' . __('<strong>Post Editor</strong> - Enter the content for your post in this area. There are two modes of editing, Visual and Text mode, chosen by clicking on the appropriate tabs. Visual mode gives you a WYSIWYG editor. Click the last icon in the row to get a second row of controls. Text mode allows you to enter HTML along with your post content. Line breaks will be converted to paragraphs automatically.') . '</p>'; 186 $title_and_editor .= '<p>' . __('<strong>Distraction-Free Writing</strong> - You can visit the distraction-free writing screen via the Fullscreen icon in Visual mode (second to last in the top row) or the Fullscreen button in Text mode (last in the row). Once there, you can make buttons visible by hovering over the top area. Exit Fullscreen back to the regular Post Editor.') . '</p>'; 186 187 187 188 get_current_screen()->add_help_tab( array( 188 189 'id' => 'title-post-editor', … … 190 191 'content' => $title_and_editor, 191 192 ) ); 192 193 193 $publish_box = '<p>' . __('<strong>Publish</strong> - You can set the terms of publishing your post in the Publish box. For Status, Visibility, and Publish (immediately), click on the Edit link to reveal more options. Visibility includes options for password-protecting a post or making it stay at the top of your blog indefinitely (sticky). Publish (immediately) allows you to set a future or past date and time, so you can schedule a post to be published in the future or backdate a post.') . '</p>'; 194 $inserting_media = '<p>' . __('<strong>Add Media</strong> - You can upload and insert media (images, galleries, audio, etc.) by clicking the Add Media button above the Post Editor and following the directions.') . '</p>'; 195 $inserting_media .= '<p>' . __('<strong>Embed Media</strong> - Since 2.9, WordPress has supported embedding media via the oEmbed protocol. oEmbed allows you quickly and easily embed media just by copying and pasting a URL from an approved provider into the Post Editor. Please refer to the Codex for <a href="http://codex.wordpress.org/Embeds#oEmbed">a full list of supported providers</a>. You can also embed media from an external URL by clicking the Add Media button and navigating to the Embed From URL tab.'); 194 196 197 get_current_screen()->add_help_tab( array( 198 'id' => 'inserting-media', 199 'title' => __( 'Inserting Media' ), 200 'content' => $inserting_media, 201 ) ); 202 203 $publish_box = '<p>' . __('Several boxes on this screen contain settings for how your content will be published, including:') . '</p>'; 204 $publish_box .= '<ul><li>' . __('<strong>Publish</strong> - You can set the terms of publishing your post in the Publish box. For Status, Visibility, and Publish (immediately), click on the Edit link to reveal more options. Visibility includes options for password-protecting a post or making it stay at the top of your blog indefinitely (sticky). Publish (immediately) allows you to set a future or past date and time, so you can schedule a post to be published in the future or backdate a post.') . '</li>'; 205 195 206 if ( current_theme_supports( 'post-formats' ) && post_type_supports( 'post', 'post-formats' ) ) { 196 $publish_box .= '< p>' . __( '<strong>Post Format</strong> - This designates how your theme will display a specific post. For example, you could have a <em>standard</em> blog post with a title and paragraphs, or a short <em>aside</em> that omits the title and contains a short text blurb. Please refer to the Codex for <a href="http://codex.wordpress.org/Post_Formats#Supported_Formats">descriptions of each post format</a>. Your theme could enable all or some of 10 possible formats.' ) . '</p>';207 $publish_box .= '<li>' . __( '<strong>Format</strong> - Post Formats designate how your theme will display a specific post. For example, you could have a <em>standard</em> blog post with a title and paragraphs, or a short <em>aside</em> that omits the title and contains a short text blurb. Please refer to the Codex for <a href="http://codex.wordpress.org/Post_Formats#Supported_Formats">descriptions of each post format</a>. Your theme could enable all or some of 10 possible formats.' ) . '</li>'; 197 208 } 198 209 199 210 if ( current_theme_supports( 'post-thumbnails' ) && post_type_supports( 'post', 'thumbnail' ) ) { 200 $publish_box .= '< p>' . __('<strong>Featured Image</strong> - This allows you to associate an image with your post without inserting it. This is usually useful only if your theme makes use of the featured image as a post thumbnail on the home page, a custom header, etc.') . '</p>';211 $publish_box .= '<li>' . __('<strong>Featured Image</strong> - This allows you to associate an image with your post without inserting it. This is usually useful only if your theme makes use of the featured image as a post thumbnail on the home page, a custom header, etc.') . '</li>'; 201 212 } 202 213 214 $publish_box .= '</ul>'; 215 203 216 get_current_screen()->add_help_tab( array( 204 'id' => 'publish- box',205 'title' => __('Publish Box'),217 'id' => 'publish-settings', 218 'title' => __('Publishing Settings'), 206 219 'content' => $publish_box, 207 220 ) ); 208 221 … … 231 244 'content' => $about_pages, 232 245 ) ); 233 246 247 $adding_page_media = '<p>' . __( '<strong>Inserting Media</strong> - Just as with Posts, you can upload and insert media (images, galleries, audio, etc.) by clicking the Add Media button above the Page Editor and following the directions. You can also embed media via the oEmbed protocol. oEmbed allows you quickly and easily embed media just by copying and pasting a URL from an approved provider into the Page Editor. Please refer to the Codex for <a href="http://codex.wordpress.org/Embeds#oEmbed">a full list of supported providers</a>.' ); 248 249 get_current_screen()->add_help_tab( array( 250 'id' => 'inserting-page-media', 251 'title' => __( 'Inserting Media' ), 252 'content' => $adding_page_media, 253 ) ); 254 234 255 $page_attributes = '<p>' . __('<strong>Parent</strong> - You can arrange your pages in hierarchies. For example, you could have an “About” page that has “Life Story” and “My Dog” pages under it. There are no limits to how many levels you can nest pages.') . '</p>' . 235 256 '<p>' . __('<strong>Template</strong> - Some themes have custom templates you can use for certain pages that might have additional features or custom layouts. If so, you’ll see them in this dropdown menu.') . '</p>' . 236 257 '<p>' . __('<strong>Order</strong> - Pages are usually ordered alphabetically, but you can choose your own order by entering a number (1 for first, etc.) in this field.') . '</p>'; -
wp-admin/nav-menus.php
439 439 'title' => __('Overview'), 440 440 'content' => 441 441 '<p>' . __('This feature allows you to use a custom menu in place of your theme’s default menus.') . '</p>' . 442 '<p>' . __('Custom menus may contain links to pages, categories, custom links or other content types (use the Screen Options tab to decide which ones to show on the screen). You can specify a different navigation label for a menu item as well as other attributes. You can create multiple menus. If your theme includes more than one menu , you can choose which custom menu to associate with each. You can also use custom menus in conjunction with the Custom Menus widget.') . '</p>' .443 '<p>' . __('If your theme does not support the custom menus feature yet (the default themes, Twenty Eleven and Twenty Ten, do), you can learn about adding this support by following the Documentation link to the side.') . '</p>'442 '<p>' . __('Custom menus may contain links to pages, categories, custom links or other content types (use the Screen Options tab to decide which ones to show on the screen). You can specify a different navigation label for a menu item as well as other attributes. You can create multiple menus. If your theme includes more than one menu location, you can choose which custom menu to associate with each. You can also use custom menus in conjunction with the Custom Menus widget.') . '</p>' . 443 '<p>' . __('If your theme does not support the custom menus feature yet (the default themes, Twenty Twelve and Twenty Eleven, do), you can learn about adding this support by following the Documentation link to the side.') . '</p>' 444 444 ) ); 445 445 get_current_screen()->add_help_tab( array( 446 446 'id' => 'create-menus', 447 447 'title' => __('Create Menus'), 448 448 'content' => 449 '<p>' . __('To create a new custom menu, click on the + tab, give the menu a name, and click Create Menu. Next, add menu items from the appropriate boxes. You’ll be able to edit the information for each menu item, and can drag and drop to put them in order. You can also drag a menu item a little to the right to make it a submenu, to create menus with hierarchy. Drop the item into its new nested placement when the dotted rectangle target shifts over, also a little to the right. Don’t forget to click Save when you’re finished.') . '</p>'449 '<p>' . __('To create a new custom menu, click on the + tab, give the menu a name, and click Create Menu. Next, add menu items from the appropriate boxes. You’ll be able to edit the information for each menu item, and can drag and drop to put them in order. You can also drag a menu item a little to the right to make it a submenu, to create menus with hierarchy. Drop the item into its new nested placement when the dotted rectangle target shifts over, also a little to the right. Don’t forget to click Save Menu when you’re finished.') . '</p>' 450 450 ) ); 451 451 452 452 get_current_screen()->set_help_sidebar( -
wp-admin/widgets.php
59 59 'title' => __('Missing Widgets'), 60 60 'content' => 61 61 '<p>' . __('Many themes show some sidebar widgets by default until you edit your sidebars, but they are not automatically displayed in your sidebar management tool. After you make your first widget change, you can re-add the default widgets by adding them from the Available Widgets area.') . '</p>' . 62 '<p>' . __('When changing themes, there is often some variation in the number and setup of widget areas/sidebars and sometimes these conflicts make the transition a bit less smooth. If you changed themes and seem to be missing widgets, scroll down on this screen to the Inactive area, where allyour widgets and their settings will have been saved.') . '</p>'62 '<p>' . __('When changing themes, there is often some variation in the number and setup of widget areas/sidebars and sometimes these conflicts make the transition a bit less smooth. If you changed themes and seem to be missing widgets, scroll down on this screen to the Inactive Widgets area, where all of your widgets and their settings will have been saved.') . '</p>' 63 63 ) ); 64 64 65 65 get_current_screen()->set_help_sidebar( -
wp-admin/themes.php
42 42 if ( current_user_can( 'switch_themes' ) ) : 43 43 44 44 $help_manage = '<p>' . __('Aside from the default theme included with your WordPress installation, themes are designed and developed by third parties.') . '</p>' . 45 '<p>' . __('You can see your active theme at the top of the screen. Below are the other themes you have installed that are not currently in use. You can see what your site would look like with one of these themes by clicking the Live Preview link (see "Previewing and Customizing"help tab). To change themes, click the Activate link.') . '</p>';45 '<p>' . __('You can see your active theme at the top of the screen. Below are the other themes you have installed that are not currently in use. You can see what your site would look like with one of these themes by clicking the Live Preview link (see “Previewing and Customizing” help tab). To change themes, click the Activate link.') . '</p>'; 46 46 47 47 get_current_screen()->add_help_tab( array( 48 48 'id' => 'overview', … … 70 70 71 71 if ( current_user_can( 'edit_theme_options' ) ) { 72 72 $help_customize = 73 '<p>' . __('Click on the "Live Preview"link under any theme to preview that theme and change theme options in a separate, full-screen view. Any installed theme can be previewed and customized in this way.') . '</p>'.73 '<p>' . __('Click on the Live Preview link under any theme to preview that theme and change theme options in a separate, full-screen view. Any installed theme can be previewed and customized in this way.') . '</p>'. 74 74 '<p>' . __('The theme being previewed is fully interactive — navigate to different pages to see how the theme handles posts, archives, and other page templates.') . '</p>' . 75 '<p>' . __('In the left-hand pane you can edit the theme settings. The settings will differ, depending on what theme features the theme being previewed supports. To accept the new settings and activate the theme all in one step, click the "Save & Activate"button at the top of the left-hand pane.') . '</p>' .76 '<p>' . __('When previewing on smaller monitors, you can use the "Collapse"icon at the bottom of the left-hand pane. This will hide the pane, giving you more room to preview your site in the new theme. To bring the pane back, click on the Collapse icon again.') . '</p>';75 '<p>' . __('In the left-hand pane you can edit the theme settings. The settings will differ, depending on what theme features the theme being previewed supports. To accept the new settings and activate the theme all in one step, click the Save & Activate button at the top of the left-hand pane.') . '</p>' . 76 '<p>' . __('When previewing on smaller monitors, you can use the “Collapse menu” icon at the bottom of the left-hand pane. This will hide the pane, giving you more room to preview your site in the new theme. To bring the pane back, click on the Collapse icon again.') . '</p>'; 77 77 78 78 get_current_screen()->add_help_tab( array( 79 79 'id' => 'customize-preview-themes', -
wp-admin/custom-background.php
94 94 'title' => __('Overview'), 95 95 'content' => 96 96 '<p>' . __( 'You can customize the look of your site without touching any of your theme’s code by using a custom background. Your background can be an image or a color.' ) . '</p>' . 97 '<p>' . __( 'To use a background image, simply upload it , then choose your display options below. You can display a single instance of your image, or tile it to fill the screen. You can have your background fixed in place, so your site content moves on top of it, or you can have it scroll with your site.' ) . '</p>' .97 '<p>' . __( 'To use a background image, simply upload it or choose an image that has already been uploaded to your Media Library by clicking the “Choose Image” button. You can display a single instance of your image, or tile it to fill the screen. You can have your background fixed in place, so your site content moves on top of it, or you can have it scroll with your site.' ) . '</p>' . 98 98 '<p>' . __( 'You can also choose a background color by clicking the Select Color button and either typing in a legitimate HTML hex value, e.g. “#ff0000” for red, or by choosing a color using the color picker.' ) . '</p>' . 99 99 '<p>' . __( 'Don’t forget to click on the Save Changes button when you are finished.' ) . '</p>' 100 100 ) );