diff --git src/wp-includes/shortcodes.php src/wp-includes/shortcodes.php
index 0c7695e889..16b0fcb243 100644
--- src/wp-includes/shortcodes.php
+++ src/wp-includes/shortcodes.php
@@ -609,7 +609,7 @@ function strip_shortcodes( $content ) {
 	 *
 	 * @since 4.7.0
 	 *
-	 * @param array  $tag_array Array of shortcode tags to remove.
+	 * @param array  $tags_to_remove Array of shortcode tags to remove.
 	 * @param string $content   Content shortcodes are being removed from.
 	 */
 	$tags_to_remove = apply_filters( 'strip_shortcodes_tagnames', $tags_to_remove, $content );
