Twenty Eleven: move widgets.php into /inc - see #17198

git-svn-id: https://develop.svn.wordpress.org/trunk@17720 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2011-04-26 21:05:43 +00:00
parent 27b9bdaba4
commit d59e482e59
2 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ add_action( 'init', 'twentyeleven_widgets_init' );
/**
* Grab Twenty Eleven's Custom Widgets
*/
require( dirname( __FILE__ ) . '/widgets.php' );
require( dirname( __FILE__ ) . '/inc/widgets.php' );
/**
* Display navigation to next/previous pages when applicable