This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* This is the twentyfifteen_scripts function and its respective add_action from | |
* the functions.php file. This function has been modified to load page or post | |
* specific stylesheets and or scripts using custom fields. | |
* You can view the original unmodified functions.php file in svn at | |
* https://themes.svn.wordpress.org/twentyfifteen/1.0/functions.php | |
* | |
* Enqueue scripts and styles. | |
* | |
* @since Twenty Fifteen 1.0 |