Ticket #3263: bbpress-functions.php_ticket_3263.patch
| File bbpress-functions.php_ticket_3263.patch, 531 bytes (added by , 6 years ago) |
|---|
-
templates/default/bbpress-functions.php
124 124 // Get and filter the bbp-default style 125 125 $styles = apply_filters( 'bbp_default_styles', array( 126 126 'bbp-default' => array( 127 'file' => 'css/bbpress .css',127 'file' => 'css/bbpress' . $suffix . '.css', 128 128 'dependencies' => array() 129 129 ) 130 130 ) );