Ticket #6124: 6124.03.patch
| File 6124.03.patch, 802 bytes (added by , 11 years ago) |
|---|
-
src/bp-templates/bp-legacy/buddypress-functions.php
227 227 wp_style_add_data( $rtl['handle'], 'suffix', $min ); 228 228 } 229 229 } 230 231 // Specific theme-related fixes 232 $asset = $this->locate_asset_in_stack( get_stylesheet() . "{$min}.css", 'css' ); 233 if ( isset( $asset['location'] ) ) { 234 // use a unique handle 235 $asset['handle'] = 'bp-' . get_stylesheet(); 236 wp_enqueue_style( $asset['handle'], $asset['location'], array(), $this->version, 'screen' ); 237 238 if ( $min ) { 239 wp_style_add_data( $asset['handle'], 'suffix', $min ); 240 } 241 } 230 242 } 231 243 232 244 /**
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)