mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-12 08:34:35 +00:00
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:
@@ -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’ve linked to them. If you link other WordPress sites, they’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>
|
||||
|
||||
Reference in New Issue
Block a user