X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/4feeb71a9d812a9ae371c28a3d8b442a4394ded7..607b7e02d77e7326161e8ec15639052d2040f745:/wp-includes/vars.php diff --git a/wp-includes/vars.php b/wp-includes/vars.php index c9031019..9c9cb33d 100644 --- a/wp-includes/vars.php +++ b/wp-includes/vars.php @@ -59,7 +59,7 @@ if ( isset($_SERVER['HTTP_USER_AGENT']) ) { if ( stripos( $_SERVER['HTTP_USER_AGENT'], 'chromeframe' ) !== false ) { $is_admin = is_admin(); /** - * Filter whether Google Chrome Frame should be used, if available. + * Filters whether Google Chrome Frame should be used, if available. * * @since 3.2.0 *