#6200 closed defect (bug) (fixed)
BP legacy template RTL style not loading.
| Reported by: | geminorum | Owned by: | DJPaul |
|---|---|---|---|
| Priority: | high | Milestone: | 2.3 |
| Component: | I18N | Version: | 1.9 |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Need to double-check this but urgh. :(