Skip to:
Content

bbPress.org

Changeset 4193


Ignore:
Timestamp:
09/04/2012 09:33:16 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Options:

  • Visually section off user slugs in bp_get_options().
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/plugin/bbp-includes/bbp-core-options.php ΒΆ

    r4188 r4193  
    7070        '_bbp_topic_tag_slug'       => 'topic-tag', // Topic tag slug
    7171
    72         /** Other Slugs *******************************************************/
     72        /** User Slugs ********************************************************/
    7373
    7474        '_bbp_user_slug'            => 'users',         // User profile slug
    7575        '_bbp_user_favs_slug'       => 'favorites',     // User favorites slug
    7676        '_bbp_user_subs_slug'       => 'subscriptions', // User subscriptions slug
    77         '_bbp_view_slug'            => 'view',          // View slug
     77
     78        /** Other Slugs *******************************************************/
     79
     80        '_bbp_view_slug'            => 'view',      // View slug
    7881
    7982        /** Topics ************************************************************/
Note: See TracChangeset for help on using the changeset viewer.