Opened 16 years ago
Closed 15 years ago
#186 closed enhancement (duplicate)
Load RTL css for structure css
Reported by: | yoavf | Owned by: | |
---|---|---|---|
Milestone: | Priority: | minor | |
Severity: | Version: | ||
Component: | 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.
Milestone Core 1.1 deleted