- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/inc/icon-functions.php
r46827 r47198 17 17 // If it exists, include it. 18 18 if ( file_exists( $svg_icons ) ) { 19 require_once ( $svg_icons );19 require_once $svg_icons; 20 20 } 21 21 }
Note: See TracChangeset
for help on using the changeset viewer.