Changeset 3385
- Timestamp:
- 06/16/2016 11:04:44 AM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-stats.php
r3327 r3385 26 26 'slug' => $post->post_name, 27 27 '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' ), 32 31 ), 33 32 ) ); -
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
r3378 r3385 247 247 add_shortcode( 'wporg-plugin-upload', array( __NAMESPACE__ . '\Shortcodes\Upload', 'display' ) ); 248 248 add_shortcode( 'wporg-plugins-screenshots', array( __NAMESPACE__ . '\Shortcodes\Screenshots', 'display' ) ); 249 add_shortcode( 'wporg-plugins-stats', array( __NAMESPACE__ . '\Shortcodes\Stats', 'display' ) );250 249 } 251 250 … … 671 670 $content_pages = array( 672 671 'screenshots' => '[wporg-plugins-screenshots]', 673 'stats' => '[wporg-plugins-stats]',674 672 'developers' => '[wporg-plugins-developers]', 675 673 );
Note: See TracChangeset
for help on using the changeset viewer.