Changeset 6091 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/functions.php
- Timestamp:
- 11/09/2017 12:23:30 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/functions.php
r6063 r6091 44 44 } 45 45 add_action( 'widgets_init', __NAMESPACE__ . '\widgets' ); 46 47 /** 48 * Custom template tags. 49 */ 50 require_once get_stylesheet_directory() . '/inc/template-tags.php';
Note: See TracChangeset
for help on using the changeset viewer.