Changeset 8342
- Timestamp:
- 02/25/2019 06:47:46 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
r8115 r8342 243 243 $title['tagline'] = __( 'WordPress.org', 'wporg-plugins' ); 244 244 } else { 245 if ( is_singular( 'plugin' ) ) { 246 $title['title'] .= ' - ' . __( 'WordPress plugin', 'wporg-plugins' ); 247 } 245 248 $title['site'] = __( 'WordPress.org', 'wporg-plugins' ); 246 249 }
Note: See TracChangeset
for help on using the changeset viewer.