Changeset 9211 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-getting-started.php
- Timestamp:
- 10/21/2019 02:56:47 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-getting-started.php
r6320 r9211 5 5 * @package wporg-themes 6 6 */ 7 8 // Use the translated post title. 9 add_filter( 'single_post_title', function( $title ) { 10 if ( 'Getting Started' === $title ) { 11 $title = __( 'Getting Started', 'wporg-themes' ); 12 } 13 14 return $title; 15 }, 1 ); 7 16 8 17 get_header();
Note: See TracChangeset
for help on using the changeset viewer.