Go to file
Scott Taylor 0f9564807b Don't call is_home() before the query is run in Featured Content's pre_get_posts hook callback.
git-svn-id: https://develop.svn.wordpress.org/trunk@26189 602fd350-edb4-49c9-b593-d223f7449a82
2013-11-15 02:36:30 +00:00
src Don't call is_home() before the query is run in Featured Content's pre_get_posts hook callback. 2013-11-15 02:36:30 +00:00
tests Remove the Featured Content term filters when running Unit Tests. Set the return value of `wp_get_object_terms()` to a var before passing to `array_shift()` in `test_get_object_terms_types()`, which expects a var to be passed by reference. 2013-11-15 02:32:16 +00:00
tools/i18n
.gitignore
.jshintrc Remove smarttabs from .jshintrc per IRC discussion. see #25187. 2013-11-13 19:23:16 +00:00
Gruntfile.js Grunt jshint: ensure the file passed with --file=filename.js matches all or part of the filepath before checking string lengths. Makes it possible to pass a file with full or partial path. All of these would work properly: 2013-11-14 18:16:59 +00:00
package.json Move to grunt-sass, which which has less bells and whistles than grunt-contrib-sass but also no Ruby dependency. 2013-11-13 23:37:30 +00:00
phpunit.xml.dist
wp-config-sample.php
wp-tests-config-sample.php