Changeset 2625 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
- Timestamp:
- 02/25/2016 11:56:12 PM (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
r2621 r2625 108 108 */ 109 109 public function register_shortcodes() { 110 add_shortcode( 'wporg-plugin-upload', array( __NAMESPACE__ . '\\Shortcodes\\Upload', 'display' ) ); 110 111 add_shortcode( 'wporg-plugins-screenshots', array( __NAMESPACE__ . '\\Shortcodes\\Screenshots', 'display' ) ); 111 112 // add_shortcode( 'wporg-plugins-stats', array( __NAMESPACE__ . '\\Shortcodes\\Stats', 'display' ) );
Note: See TracChangeset
for help on using the changeset viewer.