Opened 18 years ago
Closed 17 years ago
#186 closed enhancement (duplicate)
Load RTL css for structure css
| Reported by: | yoavf | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Version: | ||
| Severity: | Keywords: | rtl | |
| Cc: |
Description
Add following code to bp-core-cssjs.php
if ( get_bloginfo('text_direction') == 'rtl' && file_exists( ABSPATH . MUPLUGINDIR . '/bp-core/css/structure-rtl.css' ) )
wp_enqueue_style( 'bp-core-structure-rtl', site_url() . '/wp-content/mu-plugins/bp-core/css/structure-rtl.css' );
}
in
function bp_core_add_structure_css
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Milestone Core 1.1 deleted