- Timestamp:
- 09/06/2017 10:13:34 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/functions.php
r5877 r5892 174 174 } 175 175 add_action( 'wp_head', __NAMESPACE__ . '\hreflang_link_attributes' ); 176 177 /** 178 * Custom template tags. 179 */ 180 require_once get_template_directory() . '/inc/template-tags.php';
Note: See TracChangeset
for help on using the changeset viewer.