Making WordPress.org


Ignore:
Timestamp:
06/16/2016 11:04:44 AM (9 years ago)
Author:
obenland
Message:

Plugin Directory: Remove stats from single plugin page.

See #1596.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-stats.php

    r3327 r3385  
    2626            'slug' => $post->post_name,
    2727            'l10n' => array(
    28                 'date'          => __( 'Date', 'wporg-plugins' ),
    29                 'downloads'     => __( 'Downloads', 'wporg-plugins' ),
    30                 'noData'        => __( 'No data yet', 'wporg-plugins' ),
    31                 'otherVersions' => __( 'Other Versions', 'wporg-plugins' ),
     28                'date'      => __( 'Date', 'wporg-plugins' ),
     29                'downloads' => __( 'Downloads', 'wporg-plugins' ),
     30                'noData'    => __( 'No data yet', 'wporg-plugins' ),
    3231            ),
    3332        ) );
Note: See TracChangeset for help on using the changeset viewer.