Changeset 47198 for trunk/src/wp-content/themes/twentyeleven/functions.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/functions.php
r47122 r47198 133 133 134 134 // Load up our theme options page and related code. 135 require ( get_template_directory() . '/inc/theme-options.php' );135 require get_template_directory() . '/inc/theme-options.php'; 136 136 137 137 // Grab Twenty Eleven's Ephemera widget. 138 require ( get_template_directory() . '/inc/widgets.php' );138 require get_template_directory() . '/inc/widgets.php'; 139 139 140 140 // Add default posts and comments RSS feed links to <head>.
Note: See TracChangeset
for help on using the changeset viewer.