Skip to content

Instantly share code, notes, and snippets.

@rosschapman
Last active December 19, 2015 09:59
Show Gist options
  • Save rosschapman/5936734 to your computer and use it in GitHub Desktop.
Save rosschapman/5936734 to your computer and use it in GitHub Desktop.
i18n Conditional Style Loader v2 #wordpress
if( $blog_id !== '1' ) {
echo '<link rel="stylesheet" type="text/css" media="all" href="/screen_i18n.css">';
} else {
echo '<link rel="stylesheet" type="text/css" media="all" href="/screen.css" />';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment