Changeset 45674 for trunk/src/wp-admin/includes/meta-boxes.php
- Timestamp:
- 07/25/2019 10:44:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/meta-boxes.php
r45667 r45674 666 666 /* translators: %s: Codex URL */ 667 667 __( '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>.' ), 668 __( 'https:// codex.wordpress.org/Excerpt' )668 __( 'https://wordpress.org/support/article/excerpt/' ) 669 669 ); 670 670 ?> … … 703 703 /* translators: %s: Codex URL */ 704 704 __( '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.' ), 705 __( 'https:// codex.wordpress.org/Introduction_to_Blogging#Managing_Comments' )705 __( 'https://wordpress.org/support/article/introduction-to-blogging/#comments' ) 706 706 ); 707 707 ?> … … 740 740 /* translators: %s: Codex URL */ 741 741 __( 'Custom fields can be used to add extra metadata to a post that you can <a href="%s">use in your theme</a>.' ), 742 __( 'https:// codex.wordpress.org/Using_Custom_Fields' )742 __( 'https://wordpress.org/support/article/custom-fields/' ) 743 743 ); 744 744 ?> … … 764 764 /* translators: %s: Codex URL */ 765 765 __( 'Allow <a href="%s">trackbacks and pingbacks</a> on this page' ), 766 __( 'https:// codex.wordpress.org/Introduction_to_Blogging#Managing_Comments' )766 __( 'https://wordpress.org/support/article/introduction-to-blogging/#managing-comments' ) 767 767 ); 768 768 ?>
Note: See TracChangeset
for help on using the changeset viewer.