diff --git a/functions.php b/functions.php index d083326..591f30f 100644 --- a/functions.php +++ b/functions.php @@ -112,9 +112,6 @@ add_action( 'after_setup_theme', '_s_setup' ); * @global int $content_width */ function _s_content_width() { - // This variable is intended to be overruled from themes. - // Open WPCS issue: {@link https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/issues/1043}. - // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $GLOBALS['content_width'] = apply_filters( '_s_content_width', 640 ); } add_action( 'after_setup_theme', '_s_content_width', 0 );