664 | | printf( |
665 | | /* translators: %s: Codex URL */ |
666 | | __( '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>.' ), |
667 | | __( 'https://codex.wordpress.org/Excerpt' ) |
| 664 | echo apply_filters( 'excerpt_explanation', |
| 665 | sprintf( |
| 666 | /* translators: %s: Codex URL */ |
| 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' ) |
| 669 | ) |