Changeset 45676 for trunk/src/wp-admin/includes/meta-boxes.php
- Timestamp:
- 07/25/2019 10:51:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/meta-boxes.php
r45674 r45676 664 664 <?php 665 665 printf( 666 /* translators: %s: CodexURL */666 /* translators: %s: Documentation 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 668 __( 'https://wordpress.org/support/article/excerpt/' ) … … 701 701 <?php 702 702 printf( 703 /* translators: %s: CodexURL */703 /* translators: %s: Documentation 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 705 __( 'https://wordpress.org/support/article/introduction-to-blogging/#comments' ) … … 738 738 <?php 739 739 printf( 740 /* translators: %s: CodexURL */740 /* translators: %s: Documentation 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 742 __( 'https://wordpress.org/support/article/custom-fields/' ) … … 762 762 <?php 763 763 printf( 764 /* translators: %s: CodexURL */764 /* translators: %s: Documentation URL */ 765 765 __( 'Allow <a href="%s">trackbacks and pingbacks</a> on this page' ), 766 766 __( 'https://wordpress.org/support/article/introduction-to-blogging/#managing-comments' )
Note: See TracChangeset
for help on using the changeset viewer.