Changeset 9211 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-upload.php
- Timestamp:
- 10/21/2019 02:56:47 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-upload.php
r8467 r9211 14 14 } 15 15 } 16 17 // Use the translated post title. 18 add_filter( 'single_post_title', function( $title ) { 19 if ( 'Submit Your Theme or Theme Update to the Directory' === $title ) { 20 $title = __( 'Submit Your Theme or Theme Update to the Directory', 'wporg-themes' ); 21 } 22 23 return $title; 24 }, 1 ); 16 25 17 26 get_header();
Note: See TracChangeset
for help on using the changeset viewer.