Skip to:
Content

bbPress.org

Changeset 3650


Ignore:
Timestamp:
12/28/2011 06:50:28 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Change the default class in bbp_list_forums() so it does not conflict with non-list forums.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-forum-template.php

    r3636 r3650  
    651651    // Defaults and arguments
    652652    $defaults = array (
    653         'before'            => '<ul class="bbp-forums">',
     653        'before'            => '<ul class="bbp-forums-list">',
    654654        'after'             => '</ul>',
    655655        'link_before'       => '<li class="bbp-forum">',
Note: See TracChangeset for help on using the changeset viewer.