Changeset 5318 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-author-card.php
- Timestamp:
- 04/11/2017 06:37:04 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-author-card.php
r5274 r5318 149 149 150 150 $plugin_slug = $plugin->post_name; 151 if ( in_array( $plugin->post_status, array( ' draft', 'pending' ) ) ) {151 if ( in_array( $plugin->post_status, array( 'new', 'pending' ) ) ) { 152 152 $extra .= ' (requested ' . human_time_diff( strtotime( $last_updated ) ) . ' ago)'; 153 153 $tooltips[] = 'Requested, remains unapproved.';
Note: See TracChangeset
for help on using the changeset viewer.