Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentyfifteen/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ function twentyfifteen_javascript_detection() {
add_action( 'wp_head', 'twentyfifteen_javascript_detection', 0 );

/**
* Enqueue scripts and styles.
* Enqueues scripts and styles.
*
* @since Twenty Fifteen 1.0
*/
Expand Down
4 changes: 3 additions & 1 deletion src/wp-content/themes/twentynineteen/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,9 @@ function twentynineteen_content_width() {
add_action( 'after_setup_theme', 'twentynineteen_content_width', 0 );

/**
* Enqueue scripts and styles.
* Enqueues scripts and styles.
*
* @since Twenty Nineteen 1.0
*/
function twentynineteen_scripts() {
wp_enqueue_style( 'twentynineteen-style', get_stylesheet_uri(), array(), wp_get_theme()->get( 'Version' ) );
Expand Down
2 changes: 2 additions & 0 deletions src/wp-content/themes/twentyseventeen/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,8 @@ function twentyseventeen_colors_css_wrap() {

/**
* Enqueues scripts and styles.
*
* @since Twenty Seventeen 1.0
*/
function twentyseventeen_scripts() {
// Add custom fonts, used in the main stylesheet.
Expand Down
Loading