Making WordPress.org


Ignore:
Timestamp:
03/30/2017 08:25:43 AM (8 years ago)
Author:
dd32
Message:

Plugin Directory: Reviewer tools: Use the correct field.

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  
    133133                    $plugin_slug = $plugin->post_name;
    134134                    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)';
    136136                        $tooltips[] = 'Requested, remains unapproved.';
    137137                        $classes[]  = 'profile-plugin-requested';
Note: See TracChangeset for help on using the changeset viewer.