mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
27b9bdaba4
commit
d59e482e59
@ -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
Block a user