Commits
User selector
Commit History
Commits on Jun 26, 2012
If a plugin triggers the WP_Scripts constructor prior to init, fire wp_default_scripts()
Show description for aca189bcommitted
Commits on Jan 5, 2012
One newline is enough.
Show description for 5e76729committed
Commits on Dec 14, 2011
Define json_encode() in load-scripts.php. see #19524 for trunk.
Show description for cce319dcommitted
Commits on Apr 11, 2011
Use stripos() instead of strpos( strtolower() ). Props hakre. see #16920
Show description for 2d5559bcommitted
Commits on Apr 6, 2011
Revert [17608] adding back [17596] and actually include the dummy function this time. See #17057 Fixes #17050
Show description for 6549a0acommitted
Commits on May 4, 2010
Define home_url() in load-scripts.php. see #9008, props ocean90.
Show description for 9c37369committed
Commits on Jan 27, 2010
Don't use deprecated functions. Props filosofo. fixes #11807
Show description for 19136bbcommitted
Commits on Nov 19, 2009
Check if $_SERVER['HTTP_ACCEPT_ENCODING'] is set before determining whether to compress scripts, props nacin, fixes #11169
Show description for 8066de0committed
Commits on May 5, 2009
_a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650
Show description for c638e8dcommitted
Commits on Apr 28, 2009
s/attribute_escape/attr/. see #9650
Show description for fe7c34bcommitted
Commits on Apr 20, 2009
Trailing whitespace cleanup
Show description for 12c7093committed
Commits on Apr 15, 2009
Disable PHP error reporting in gears-manifest.php, load-scripts.php and load-styles.php since they don't load wp-settings, fix some notices
Show description for 3ca11d4committed
Commits on Apr 5, 2009
Correct ABSPATH in load-scripts.php, load-styles.php and gears-manifest.php, props hakre, fixes #9461
Show description for 9b28447committed
Commits on Mar 13, 2009
gettext comments. Props nbachiyski. see #9112
Show description for 5d8651dcommitted
Commits on Feb 1, 2009
Detect when the server compresses output, see #8628
Show description for 13d3219committed
Commits on Jan 30, 2009
Support output_handler = ob_gzhandler in script/style compressor, props DD32, fixes #9000
Show description for 6e7efb1committed
Commits on Jan 26, 2009
Commits on Jan 17, 2009
Use gzip instead of deflate as more servers seem to understand it, add separate switch for disabling CSS compression
Show description for 8e68af3committed
Commits on Jan 14, 2009
Split the script queue in head and footer part, concatenate and compress the default js and css, first run, see #8628
Show description for 22eddf3committed
Loading