Changeset 4263 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
- Timestamp:
- 10/19/2016 06:23:13 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
r3935 r4263 176 176 177 177 case 'developers': 178 $title = _x( ' Contributors & Developers', 'plugin tab title', 'wporg-plugins' );178 $title = _x( 'Authors', 'plugin tab title', 'wporg-plugins' ); 179 179 $url = trailingslashit( $permalink ) . '/' . $section_slug . '/'; 180 180 break;
Note: See TracChangeset
for help on using the changeset viewer.