Skip to:
Content

bbPress.org

Changeset 4833


Ignore:
Timestamp:
04/06/2013 08:49:23 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Replace body class 'bbPress' with 'bbpress' -- CSS classes are case insensitive, but we should stick to common conventions to avoid confusion. Props ethitter/boonebgorges.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/common/template-tags.php

    r4804 r4833  
    964964    // Add bbPress class if we are within a bbPress page
    965965    if ( !empty( $bbp_classes ) ) {
    966         $bbp_classes[] = 'bbPress';
     966        $bbp_classes[] = 'bbpress';
    967967    }
    968968
Note: See TracChangeset for help on using the changeset viewer.