Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stylesheets won't load in 3.5 beta2 #166

Closed
yoren opened this issue Oct 21, 2012 · 2 comments
Closed

Stylesheets won't load in 3.5 beta2 #166

yoren opened this issue Oct 21, 2012 · 2 comments

Comments

@yoren
Copy link

yoren commented Oct 21, 2012

In 3.5 beta2, the stylesheets won't load. I modify inc/classes/meta-box.php, line 94, change it from "wp_enqueue_style( 'rwmb', RWMB_CSS_URL . 'style.css', RWMB_VER );" to
"wp_enqueue_style( 'rwmb', RWMB_CSS_URL . 'style.css', '', RWMB_VER );",
and it works.

rilwis added a commit that referenced this issue Oct 21, 2012
@rilwis
Copy link
Member

rilwis commented Oct 21, 2012

Hi @yoren , that's actually a bug (incorrect syntax)! I've just fixed in the commit above :)

@yoren
Copy link
Author

yoren commented Oct 21, 2012

@rilwis , 👍

@yoren yoren closed this as completed Oct 21, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants