File tree Expand file tree Collapse file tree 15 files changed +18
-18
lines changed
wp-content/themes/twentyeleven/inc Expand file tree Collapse file tree 15 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 208
208
get_current_screen ()->set_help_sidebar (
209
209
'<p><strong> ' . __ ( 'For more information: ' ) . '</strong></p> ' .
210
210
'<p> ' . __ ( '<a href="https://wordpress.org/documentation/article/comments-screen/">Documentation on Comments</a> ' ) . '</p> ' .
211
- '<p> ' . __ ( '<a href="https://wordpress.org/documentation/article/comment-spam/">Documentation on Comment Spam</a> ' ) . '</p> ' .
212
- '<p> ' . __ ( '<a href="https://wordpress.org/documentation/article/keyboard-shortcuts/#keyboard-shortcuts-for-comments">Documentation on Keyboard Shortcuts</a> ' ) . '</p> ' .
211
+ '<p> ' . __ ( '<a href="https://wordpress.org/documentation/article/understand- comment-spam/">Documentation on Comment Spam</a> ' ) . '</p> ' .
212
+ '<p> ' . __ ( '<a href="https://wordpress.org/documentation/article/keyboard-shortcuts-classic-editor /#keyboard-shortcuts-for-comments">Documentation on Keyboard Shortcuts</a> ' ) . '</p> ' .
213
213
'<p> ' . __ ( '<a href="https://wordpress.org/support/forums/">Support forums</a> ' ) . '</p> '
214
214
);
215
215
Original file line number Diff line number Diff line change 316
316
'tools.php '
317
317
) . '</p> ' .
318
318
'<p><strong> ' . __ ( 'For more information: ' ) . '</strong></p> ' .
319
- '<p> ' . __ ( '<a href="https://wordpress.org/documentation/article/wordpress -editor/">Documentation on Writing and Editing Posts</a> ' ) . '</p> ' .
319
+ '<p> ' . __ ( '<a href="https://wordpress.org/documentation/article/write-posts-classic -editor/">Documentation on Writing and Editing Posts</a> ' ) . '</p> ' .
320
320
'<p> ' . __ ( '<a href="https://wordpress.org/support/forums/">Support forums</a> ' ) . '</p> '
321
321
);
322
322
} elseif ( 'page ' === $ post_type ) {
Original file line number Diff line number Diff line change @@ -746,7 +746,7 @@ function post_excerpt_meta_box( $post ) {
746
746
printf (
747
747
/* translators: %s: Documentation URL. */
748
748
__ ( 'Excerpts are optional hand-crafted summaries of your content that can be used in your theme. <a href="%s">Learn more about manual excerpts</a>. ' ),
749
- __ ( 'https://wordpress.org/documentation/article/excerpt/ ' )
749
+ __ ( 'https://wordpress.org/documentation/article/what-is-an- excerpt-classic-editor / ' )
750
750
);
751
751
?>
752
752
</p>
@@ -821,7 +821,7 @@ function post_custom_meta_box( $post ) {
821
821
printf (
822
822
/* translators: %s: Documentation URL. */
823
823
__ ( 'Custom fields can be used to add extra metadata to a post that you can <a href="%s">use in your theme</a>. ' ),
824
- __ ( 'https://wordpress.org/documentation/article/custom-fields/ ' )
824
+ __ ( 'https://wordpress.org/documentation/article/assign- custom-fields/ ' )
825
825
);
826
826
?>
827
827
</p>
Original file line number Diff line number Diff line change @@ -130,5 +130,5 @@ function options_reading_add_js() {
130
130
*/
131
131
function options_reading_blog_charset () {
132
132
echo '<input name="blog_charset" type="text" id="blog_charset" value=" ' . esc_attr ( get_option ( 'blog_charset ' ) ) . '" class="regular-text" /> ' ;
133
- echo '<p class="description"> ' . __ ( 'The <a href="https://wordpress.org/documentation/article/glossary/#character-set">character encoding</a> of your site (UTF-8 is recommended) ' ) . '</p> ' ;
133
+ echo '<p class="description"> ' . __ ( 'The <a href="https://wordpress.org/documentation/article/wordpress- glossary/#character-set">character encoding</a> of your site (UTF-8 is recommended) ' ) . '</p> ' ;
134
134
}
Original file line number Diff line number Diff line change 410
410
'<p><strong> ' . __ ( 'Preview: ' ) . '</strong> <span class="example"> ' . date_i18n ( get_option ( 'time_format ' ) ) . '</span> ' .
411
411
"<span class='spinner'></span> \n" . '</p> ' ;
412
412
413
- echo "\t<p class='date-time-doc'> " . __ ( '<a href="https://wordpress.org/documentation/article/formatting -date-and-time/">Documentation on date and time formatting</a>. ' ) . "</p> \n" ;
413
+ echo "\t<p class='date-time-doc'> " . __ ( '<a href="https://wordpress.org/documentation/article/customize -date-and-time-format /">Documentation on date and time formatting</a>. ' ) . "</p> \n" ;
414
414
?>
415
415
</fieldset>
416
416
</td>
Original file line number Diff line number Diff line change 58
58
59
59
$ help_sidebar_content = '<p><strong> ' . __ ( 'For more information: ' ) . '</strong></p> ' .
60
60
'<p> ' . __ ( '<a href="https://wordpress.org/documentation/article/settings-permalinks-screen/">Documentation on Permalinks Settings</a> ' ) . '</p> ' .
61
- '<p> ' . __ ( '<a href="https://wordpress.org/documentation/article/using -permalinks/">Documentation on Using Permalinks</a> ' ) . '</p> ' ;
61
+ '<p> ' . __ ( '<a href="https://wordpress.org/documentation/article/customize -permalinks/">Documentation on Using Permalinks</a> ' ) . '</p> ' ;
62
62
63
63
if ( $ is_nginx ) {
64
64
$ help_sidebar_content .= '<p> ' . __ ( '<a href="https://wordpress.org/documentation/article/nginx/">Documentation on Nginx configuration</a>. ' ) . '</p> ' ;
Original file line number Diff line number Diff line change 585
585
586
586
get_current_screen ()->set_help_sidebar (
587
587
'<p><strong> ' . __ ( 'For more information: ' ) . '</strong></p> ' .
588
- '<p> ' . __ ( '<a href="https://wordpress.org/documentation/article/managing -plugins/">Documentation on Managing Plugins</a> ' ) . '</p> ' .
588
+ '<p> ' . __ ( '<a href="https://wordpress.org/documentation/article/manage -plugins/">Documentation on Managing Plugins</a> ' ) . '</p> ' .
589
589
$ help_sidebar_autoupdates .
590
590
'<p> ' . __ ( '<a href="https://wordpress.org/support/forums/">Support forums</a> ' ) . '</p> '
591
591
);
Original file line number Diff line number Diff line change 204
204
205
205
get_current_screen ()->set_help_sidebar (
206
206
'<p><strong> ' . __ ( 'For more information: ' ) . '</strong></p> ' .
207
- '<p> ' . __ ( '<a href="https://wordpress.org/documentation/article/using -themes/">Documentation on Using Themes</a> ' ) . '</p> ' .
207
+ '<p> ' . __ ( '<a href="https://wordpress.org/documentation/article/work-with -themes/">Documentation on Using Themes</a> ' ) . '</p> ' .
208
208
'<p> ' . __ ( '<a href="https://wordpress.org/documentation/article/appearance-themes-screen/">Documentation on Managing Themes</a> ' ) . '</p> ' .
209
209
$ help_sidebar_autoupdates .
210
210
'<p> ' . __ ( '<a href="https://wordpress.org/support/forums/">Support forums</a> ' ) . '</p> '
Original file line number Diff line number Diff line change 333
333
<input type="checkbox" name="comment_shortcuts" id="comment_shortcuts" value="true" <?php checked ( 'true ' , $ profile_user ->comment_shortcuts ); ?> />
334
334
<?php _e ( 'Enable keyboard shortcuts for comment moderation. ' ); ?>
335
335
</label>
336
- <?php _e ( '<a href="https://wordpress.org/documentation/article/keyboard-shortcuts/#keyboard-shortcuts-for-comments">Documentation on Keyboard Shortcuts</a> ' ); ?>
336
+ <?php _e ( '<a href="https://wordpress.org/documentation/article/keyboard-shortcuts-classic-editor /#keyboard-shortcuts-for-comments">Documentation on Keyboard Shortcuts</a> ' ); ?>
337
337
</td>
338
338
</tr>
339
339
<?php endif ; ?>
Original file line number Diff line number Diff line change 68
68
69
69
get_current_screen ()->set_help_sidebar (
70
70
'<p><strong> ' . __ ( 'For more information: ' ) . '</strong></p> ' .
71
- '<p> ' . __ ( '<a href="https://wordpress.org/documentation/article/appearance-widgets-screen/">Documentation on Widgets</a> ' ) . '</p> ' .
71
+ '<p> ' . __ ( '<a href="https://wordpress.org/documentation/article/appearance-widgets-screen-classic-editor /">Documentation on Widgets</a> ' ) . '</p> ' .
72
72
'<p> ' . __ ( '<a href="https://wordpress.org/support/forums/">Support forums</a> ' ) . '</p> '
73
73
);
74
74
You can’t perform that action at this time.
0 commit comments