Changeset 3385 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
- Timestamp:
- 06/16/2016 11:04:44 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.