Changeset 5208 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-author-card.php
- Timestamp:
- 03/30/2017 08:25:43 AM (8 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
r5170 r5208 133 133 $plugin_slug = $plugin->post_name; 134 134 if ( in_array( $plugin->post_status, array( 'draft', 'pending' ) ) ) { 135 $extra .= ' (requested ' . human_time_diff( strtotime( $plugin-> topic_start_time ) ) . ' ago)';135 $extra .= ' (requested ' . human_time_diff( strtotime( $plugin->post_date ) ) . ' ago)'; 136 136 $tooltips[] = 'Requested, remains unapproved.'; 137 137 $classes[] = 'profile-plugin-requested';
Note: See TracChangeset
for help on using the changeset viewer.