wordpress-develop/tests/phpunit/tests/dependencies
2015-01-17 01:36:55 +00:00
..
jquery.php wp_script_is( ..., 'enqueued' ) needs to check dependencies recursively - a single item's dependencies may only be a subset of the full dependency tree. Adds a new method on WP_Dependencies called ->recurse_deps(). 2014-07-20 00:28:57 +00:00
scripts.php Add support for IE conditional comments for WP_Scripts to match the functionality of WP_Styles, including unit tests. Props filosofo, aaroncampbell, ethitter, georgestephanis, valendesigns. Fixes #16024. 2015-01-17 01:36:55 +00:00
styles.php Ensure that inline styles attached to conditional stylesheets are also conditional. 2015-01-03 04:09:12 +00:00