Skip to content

Commit 8a3c793

Browse files
Twenty Nineteen: Add missing @since tag for twentynineteen_scripts().
Follow-up to [43808]. Props viralsampat, vladimiraus, mukesh27. Fixes #63692. git-svn-id: https://develop.svn.wordpress.org/trunk@60495 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 66cc315 commit 8a3c793

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/wp-content/themes/twentynineteen/functions.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,9 @@ function twentynineteen_content_width() {
250250
add_action( 'after_setup_theme', 'twentynineteen_content_width', 0 );
251251

252252
/**
253-
* Enqueue scripts and styles.
253+
* Enqueues scripts and styles.
254+
*
255+
* @since Twenty Nineteen 1.0
254256
*/
255257
function twentynineteen_scripts() {
256258
wp_enqueue_style( 'twentynineteen-style', get_stylesheet_uri(), array(), wp_get_theme()->get( 'Version' ) );

0 commit comments

Comments
 (0)