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:
parent
36742c0032
commit
2bcbcf31ec
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue