- Timestamp:
- 02/08/2020 12:59:44 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/functions.php
r46827 r47214 306 306 307 307 /** 308 * Common theme functions. 309 */ 310 require get_template_directory() . '/inc/helper-functions.php'; 311 312 /** 313 * SVG Icons related functions. 314 */ 315 require get_template_directory() . '/inc/icon-functions.php'; 316 317 /** 308 318 * Enhance the theme by hooking into WordPress. 309 319 */ … … 311 321 312 322 /** 313 * SVG Icons related functions.314 */315 require get_template_directory() . '/inc/icon-functions.php';316 317 /**318 323 * Custom template tags for the theme. 319 324 */
Note: See TracChangeset
for help on using the changeset viewer.