[wp-trac] [WordPress Trac] #11447: "Crunching" overlaps image name
WordPress Trac
wp-trac at lists.automattic.com
Sat Dec 26 22:53:21 UTC 2009
#11447: "Crunching" overlaps image name
--------------------------+-------------------------------------------------
Reporter: caesarsgrunt | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: Upload | Version: 2.9
Severity: normal | Keywords: needs-patch
--------------------------+-------------------------------------------------
Comment(by hakre):
Patch did fix for me. Remember to enable style_debug:
{{{
// use .dev.css styles instead of the packed ones.
define('STYLE_DEBUG', true);
// use .dev.js scripts instead of the packed ones.
define('SCRIPT_DEBUG', true);
define('CONCATENATE_SCRIPTS', false);
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11447#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list