Changeset 3037
- Timestamp:
- 04/28/2016 06:04:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-customizations.php
r3036 r3037 245 245 if ( 'rejected' == $post->post_status && 'rejected' != $post_status ) { 246 246 $post_states['rejected'] = _x( 'Rejected', 'plugin status', 'wporg-plugins' ); 247 } 248 if ( 'approved' == $post->post_status && 'approved' != $post_status ) { 249 $post_states['approved'] = _x( 'Approved', 'plugin status', 'wporg-plugins' ); 247 250 } 248 251
Note: See TracChangeset
for help on using the changeset viewer.