Changeset 55412 for trunk/src/wp-admin/includes/meta-boxes.php
- Timestamp:
- 02/23/2023 10:36:33 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/meta-boxes.php
r55306 r55412 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/ support/article/excerpt/' )749 __( 'https://wordpress.org/documentation/article/excerpt/' ) 750 750 ); 751 751 ?> … … 785 785 /* translators: %s: Documentation URL. */ 786 786 __( '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.' ), 787 __( 'https://wordpress.org/ support/article/introduction-to-blogging/#comments' )787 __( 'https://wordpress.org/documentation/article/introduction-to-blogging/#comments' ) 788 788 ); 789 789 ?> … … 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/ support/article/custom-fields/' )824 __( 'https://wordpress.org/documentation/article/custom-fields/' ) 825 825 ); 826 826 ?> … … 846 846 /* translators: %s: Documentation URL. */ 847 847 __( 'Allow <a href="%s">trackbacks and pingbacks</a>' ), 848 __( 'https://wordpress.org/ support/article/introduction-to-blogging/#managing-comments' )848 __( 'https://wordpress.org/documentation/article/introduction-to-blogging/#managing-comments' ) 849 849 ); 850 850 ?>
Note: See TracChangeset
for help on using the changeset viewer.