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

WordPress 3.8 Twenty Fourteen styling issues #228

Closed
jeffikus opened this issue Dec 10, 2013 · 3 comments
Closed

WordPress 3.8 Twenty Fourteen styling issues #228

jeffikus opened this issue Dec 10, 2013 · 3 comments
Assignees
Milestone

Comments

@jeffikus
Copy link
Contributor

The default wrappers need to be added for Twenty Fourteen support. We have default wrappers for the other official themes (Twenty Twelve, Twenty Thirteen, etc) so we should be ready for when 3.8 drops.

Tested on Chrome on Mac using WordPress 3.8 RC-2 nightly build.

@ghost ghost assigned Cobus Dec 10, 2013
@hlashbrooke
Copy link
Contributor

@Cobus If you need to check the WP version then use this code:

global $wp_version;
if( version_compare( $wp_version, '3.8', '>=') ) {
  // Run WP3.8 code here
}

@danjjohnson
Copy link
Contributor

@Cobus Any chance you could get this added for 1.4.6 release tomorrow?

@Cobus
Copy link
Contributor

Cobus commented Dec 11, 2013

@danjjohnson Yip, I'll take care of it in the morning :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants