Making WordPress.org


Ignore:
Timestamp:
06/22/2016 01:33:53 PM (8 years ago)
Author:
dd32
Message:

Plugin Directory: Add plugin favoriting to the user interface.
Someone will need to style this properly.

Fixes #1577

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/class-base.php

    r3510 r3545  
    1212     */
    1313    static function load_routes() {
    14         new Routes\Commit_Subscriptions();
    1514        new Routes\Internal_Stats();
    1615        new Routes\Plugin();
    1716        new Routes\Plugin_Translations();
     17        new Routes\Plugin_Favorites();
     18        new Routes\Commit_Subscriptions();
    1819        new Routes\Popular_Categories();
    1920        new Routes\Query_Plugins();
Note: See TracChangeset for help on using the changeset viewer.