Skip to content

Instantly share code, notes, and snippets.

@thomasgriffin
Created March 1, 2012 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasgriffin/1953250 to your computer and use it in GitHub Desktop.
Save thomasgriffin/1953250 to your computer and use it in GitHub Desktop.
if ( version_compare( PARENT_THEME_VERSION, '1.7.9', '>' ) ) {
include_once( CHILD_DIR . '/lib/admin/admin.php' );
include_once( CHILD_DIR . '/lib/admin/front.php' );
include_once( CHILD_DIR . '/lib/widgets/radio-latest-news-widget.php' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment