General: First pass at replacing Codex URLs with a corresponding HelpHub or DevHub article.

Props ianbelanger, tobifjellner, SergeyBiryukov.
See #47771.

git-svn-id: https://develop.svn.wordpress.org/trunk@45674 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2019-07-25 22:44:48 +00:00
parent 77a1f39484
commit ae8a620efb
64 changed files with 106 additions and 106 deletions

View File

@@ -665,7 +665,7 @@ function post_excerpt_meta_box( $post ) {
printf(
/* translators: %s: Codex URL */
__( '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>.' ),
__( 'https://codex.wordpress.org/Excerpt' )
__( 'https://wordpress.org/support/article/excerpt/' )
);
?>
</p>
@@ -702,7 +702,7 @@ function post_trackback_meta_box( $post ) {
printf(
/* translators: %s: Codex URL */
__( 'Trackbacks are a way to notify legacy blog systems that you&#8217;ve linked to them. If you link other WordPress sites, they&#8217;ll be notified automatically using <a href="%s">pingbacks</a>, no other action necessary.' ),
__( 'https://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments' )
__( 'https://wordpress.org/support/article/introduction-to-blogging/#comments' )
);
?>
</p>
@@ -739,7 +739,7 @@ function post_custom_meta_box( $post ) {
printf(
/* translators: %s: Codex URL */
__( 'Custom fields can be used to add extra metadata to a post that you can <a href="%s">use in your theme</a>.' ),
__( 'https://codex.wordpress.org/Using_Custom_Fields' )
__( 'https://wordpress.org/support/article/custom-fields/' )
);
?>
</p>
@@ -763,7 +763,7 @@ function post_comment_status_meta_box( $post ) {
printf(
/* translators: %s: Codex URL */
__( 'Allow <a href="%s">trackbacks and pingbacks</a> on this page' ),
__( 'https://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments' )
__( 'https://wordpress.org/support/article/introduction-to-blogging/#managing-comments' )
);
?>
</label>