From 7c707c6633159b9bf405d97501b85b88ab8b471f Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Fri, 16 Jan 2015 05:37:06 +0000 Subject: [PATCH] Add `@ignore` to `_wp_scripts_maybe_doing_it_wrong()`. Props DrewAPicture for the thought leadership. See #20513. git-svn-id: https://develop.svn.wordpress.org/trunk@31202 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/functions.wp-scripts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-includes/functions.wp-scripts.php b/src/wp-includes/functions.wp-scripts.php index 3a67f1cf7f..afa46be271 100644 --- a/src/wp-includes/functions.wp-scripts.php +++ b/src/wp-includes/functions.wp-scripts.php @@ -30,6 +30,7 @@ function wp_scripts() { * * @since 4.2.0 * @access private + * @ignore * * @param string $function */