[wp-trac] [WordPress Trac] #17916: wp_register_style makes the RTL to be lost in some CSS files
WordPress Trac
wp-trac at lists.automattic.com
Mon Sep 19 12:26:06 UTC 2011
#17916: wp_register_style makes the RTL to be lost in some CSS files
----------------------------+-----------------------
Reporter: Cimmo | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 3.3
Component: Administration | Version: 3.2
Severity: normal | Resolution:
Keywords: has-patch |
----------------------------+-----------------------
Comment (by Cimmo):
Problem is in the patch:
add_action( 'login_head', 'wp_print_styles', 8
);
and when adding an action to login_head without priority this is set by
default to 10 that means will be runned _after_ that.
So either the patch should have a higher number or I have to setup a lower
one in my code.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17916#comment:21>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list