Changeset 8343
- Timestamp:
- 02/25/2019 06:48:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r8223 r8343 176 176 177 177 if ( ! is_front_page() ) { 178 if ( is_singular( 'repopackage' ) ) { 179 $title['title'] .= ' - ' . __( 'WordPress theme', 'wporg-themes' ); 180 } 178 181 $title['site'] = __( 'WordPress.org', 'wporg-themes' ); 179 182 }
Note: See TracChangeset
for help on using the changeset viewer.