Skip to:
Content

bbPress.org

Changeset 3211


Ignore:
Timestamp:
05/25/2011 03:03:28 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Remove unused archive slugs from bbp_add_options()

File:
1 edited

Legend:

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

    r3183 r3211  
    7373        '_bbp_forum_slug'           => 'forum',
    7474
    75         // Forum archive slug
    76         '_bbp_forum_archive_slug'   => 'forums',
    77 
    7875        // Topic slug
    7976        '_bbp_topic_slug'           => 'topic',
     
    8481        // Reply slug
    8582        '_bbp_reply_slug'           => 'reply',
    86 
    87         // Reply archive slug
    88         '_bbp_reply_archive_slug'   => 'replies',
    8983
    9084        // Topic tag slug
Note: See TracChangeset for help on using the changeset viewer.