#6200 closed defect (bug) (fixed)
BP legacy template RTL style not loading.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.3 | Priority: | high |
| Severity: | normal | Version: | 1.9 |
| Component: | I18N | Keywords: | |
| Cc: |
Description
All I see the bp-legacy-css-rtl handle load the previously loaded buddypress.css again.
Seems the BP_Legacy::enqueue_styles() must pass full url location of the buddrpress-rtl.css to wp_style_add_data()
And since the RTL style, unlike default theme behavior, is a duplicate of the main style, I think:
$stylesheet = is_rtl() ? "buddypress-rtl{$min}.css" : "buddypress{$min}.css";
$asset = $this->locate_asset_in_stack( $stylesheet, 'css' );
Change History (4)
Note: See
TracTickets for help on using
tickets.
Need to double-check this but urgh. :(