Go to file
Sergey Biryukov e85d9f1312 Correct the `post_date` format in `WP_Date_Query` tests.
It should be `'Y-m-d H:i:s'` in order to match the regex in `get_gmt_from_date()` if `'timezone_string'` option is not set.

Props pbearne.
Fixes #34277.

git-svn-id: https://develop.svn.wordpress.org/trunk@35091 602fd350-edb4-49c9-b593-d223f7449a82
2015-10-12 23:39:50 +00:00
src Add missing `@since` params and update the docs for `site_icon_url()` and `has_site_icon()`. 2015-10-12 23:27:18 +00:00
tests Correct the `post_date` format in `WP_Date_Query` tests. 2015-10-12 23:39:50 +00:00
tools/i18n
.editorconfig
.gitignore
.jshintrc
.travis.yml Add PHP Nightlies to the test suite 2015-10-02 16:50:53 +00:00
Gruntfile.js Build: Fix a filename typo in [34903]. 2015-10-07 12:04:39 +00:00
package.json Build Tools: upgrade `grunt-browserify` to `~4.0.0` and remove the `watch` task for `browserify`, which has its own internal watcher. Run `npm install` to update. 2015-10-07 00:00:00 +00:00
phpunit.xml.dist Tests: Exclude the `oembed/headers.php` test file, which was marked as PHP >= 5.3.0 in [34904]. 2015-10-07 12:00:34 +00:00
wp-cli.yml
wp-config-sample.php
wp-tests-config-sample.php