Changeset 19289
- Timestamp:
- 11/15/2011 12:37:50 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/functions.php
r19242 r19289 90 90 91 91 // Load up our theme options page and related code. 92 require( dirname( __FILE__) . '/inc/theme-options.php' );92 require( get_template_directory() . '/inc/theme-options.php' ); 93 93 94 94 // Grab Twenty Eleven's Ephemera widget. 95 require( dirname( __FILE__) . '/inc/widgets.php' );95 require( get_template_directory() . '/inc/widgets.php' ); 96 96 97 97 // Add default posts and comments RSS feed links to <head>.
Note: See TracChangeset
for help on using the changeset viewer.