You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wp-admin/custom-header.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ function help() {
105
105
'<p>' . __( 'Some themes come with additional header images bundled. If you see multiple images displayed, select the one you’d like and click the Save Changes button.' ) . '</p>'
106
106
);
107
107
108
-
get_current_screen()->add_help_sidebar(
108
+
get_current_screen()->set_help_sidebar(
109
109
'<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
Copy file name to clipboardExpand all lines: wp-admin/edit-link-form.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@
45
45
'<p>' . __( 'XFN stands for <a href="http://gmpg.org/xfn/" target="_blank">XHTML Friends Network</a>, which is optional. WordPress allows the generation of XFN attributes to show how you are related to the authors/owners of the site to which you are linking.' ) . '</p>'
46
46
);
47
47
48
-
get_current_screen()->add_help_sidebar(
48
+
get_current_screen()->set_help_sidebar(
49
49
'<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
Copy file name to clipboardExpand all lines: wp-admin/edit.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -167,7 +167,7 @@
167
167
'<p>' . __('You can also edit multiple posts at once. Select the posts you want to edit using the checkboxes, select Edit from the Bulk Actions menu and click Apply. You will be able to 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.') . '</p>'
168
168
);
169
169
170
-
get_current_screen()->add_help_sidebar(
170
+
get_current_screen()->set_help_sidebar(
171
171
'<p><strong>' . __('For more information:') . '</strong></p>' .
'<p>' . __('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.') . '</p>'
180
180
);
181
181
182
-
get_current_screen()->add_help_sidebar(
182
+
get_current_screen()->set_help_sidebar(
183
183
'<p><strong>' . __('For more information:') . '</strong></p>' .
Copy file name to clipboardExpand all lines: wp-admin/export.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ function add_js() {
43
43
'<p>' . __('Once generated, your WXR file can be imported by another WordPress site or by another blogging platform able to access this format.') . '</p>'
44
44
);
45
45
46
-
get_current_screen()->add_help_sidebar(
46
+
get_current_screen()->set_help_sidebar(
47
47
'<p><strong>' . __('For more information:') . '</strong></p>' .
48
48
'<p>' . __('<a href="http://codex.wordpress.org/Tools_Export_Screen" target="_blank">Documentation on Export</a>') . '</p>' .
Copy file name to clipboardExpand all lines: wp-admin/import.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
'<p>' . __('In previous versions of WordPress, all the importers were built-in, but they have been turned into plugins as of version 3.0 since most people only use them once or infrequently.') . '</p>'
22
22
);
23
23
24
-
get_current_screen()->add_help_sidebar(
24
+
get_current_screen()->set_help_sidebar(
25
25
'<p><strong>' . __('For more information:') . '</strong></p>' .
26
26
'<p>' . __('<a href="http://codex.wordpress.org/Tools_Import_Screen" target="_blank">Documentation on Import</a>') . '</p>' .
0 commit comments