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

git-svn-id: http://svn.automattic.com/wordpress/trunk@17720 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
lancewillett 2011-04-26 21:05:43 +00:00
parent 36742c0032
commit 2bcbcf31ec
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