Skip to:
Content

bbPress.org

Changeset 6910


Ignore:
Timestamp:
09/11/2019 09:37:33 PM (5 years ago)
Author:
johnjamesjacoby
Message:

Appearance: Use right-to-left suffix in default template pack.

Fixes #3263. Props GDragoN.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/bbpress-functions.php

    r6862 r6910  
    125125        $styles = apply_filters( 'bbp_default_styles', array(
    126126            'bbp-default' => array(
    127                 'file'         => 'css/bbpress.css',
     127                'file'         => 'css/bbpress' . $suffix . '.css',
    128128                'dependencies' => array()
    129129            )
Note: See TracChangeset for help on using the changeset viewer.