[wp-testers] c.outerwidth is not a function WP 2.8-RC1

scribu scribu at gmail.com
Tue Jun 9 18:10:35 GMT 2009


The problem is that in WP 2.8 scripts are minified and concatenated and the
SCRIPT_DEBUG directive should prevent that.

Here are the lines that should do this, in wp-includes/script-loader.php,
line 705:

        if ( ! is_admin() || ( defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ) )
            $concatenate_scripts = false;

-- 
http://scribu.net


More information about the wp-testers mailing list