Changeset 8580
- Timestamp:
- 04/03/2019 08:00:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
r8579 r8580 248 248 $title['title'] .= ' - ' . __( 'WordPress plugin', 'wporg-plugins' ); 249 249 } 250 elseif ( is_tax() ) { 251 $title['title'] = sprintf( _( 'Plugins categorized as %s', 'wporg-plugins' ), strtolower( $title['title'] ) ); 252 } 250 253 251 254 // If results are paged and the max number of pages is known.
Note: See TracChangeset
for help on using the changeset viewer.