Changeset 3545 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/class-base.php
- Timestamp:
- 06/22/2016 01:33:53 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/class-base.php
r3510 r3545 12 12 */ 13 13 static function load_routes() { 14 new Routes\Commit_Subscriptions();15 14 new Routes\Internal_Stats(); 16 15 new Routes\Plugin(); 17 16 new Routes\Plugin_Translations(); 17 new Routes\Plugin_Favorites(); 18 new Routes\Commit_Subscriptions(); 18 19 new Routes\Popular_Categories(); 19 20 new Routes\Query_Plugins();
Note: See TracChangeset
for help on using the changeset viewer.