diff --git a/src/wp-content/themes/twentyfifteen/functions.php b/src/wp-content/themes/twentyfifteen/functions.php index 0e4e0a7963aef..49822a3a60805 100644 --- a/src/wp-content/themes/twentyfifteen/functions.php +++ b/src/wp-content/themes/twentyfifteen/functions.php @@ -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 */ diff --git a/src/wp-content/themes/twentynineteen/functions.php b/src/wp-content/themes/twentynineteen/functions.php index 41a798bfbfb22..c64ddc6748f97 100644 --- a/src/wp-content/themes/twentynineteen/functions.php +++ b/src/wp-content/themes/twentynineteen/functions.php @@ -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' ) ); diff --git a/src/wp-content/themes/twentyseventeen/functions.php b/src/wp-content/themes/twentyseventeen/functions.php index 22bc3fc58ccc0..b99176fc49bf8 100644 --- a/src/wp-content/themes/twentyseventeen/functions.php +++ b/src/wp-content/themes/twentyseventeen/functions.php @@ -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.