Go to file
Gary Pendergast de1b02f61b Docs: Fix the `WP_Object_Cache::get()` docblock.
The `$force` parameter is a `bool`, not a `string`. The matching `wp_cache_get()` docblock has the correct type.

Props subrataemfluence.
Fixes #44454.



git-svn-id: https://develop.svn.wordpress.org/trunk@44601 602fd350-edb4-49c9-b593-d223f7449a82
2019-01-15 06:17:42 +00:00
src Docs: Fix the `WP_Object_Cache::get()` docblock. 2019-01-15 06:17:42 +00:00
tests Link Template: In `get_adjacent_post()`, move the sanitisation of `$excluded_terms` earlier. 2019-01-15 01:53:02 +00:00
tools Build tools: Allow building WordPress to `src`. 2018-12-24 13:28:22 +00:00
.editorconfig
.gitignore
.jshintrc
.npmrc
.nvmrc
.travis.yml
Gruntfile.js
appveyor.yml Build Tools: Don't send AppVeyor notifications on Slack on repeated successful builds. 2019-01-15 05:48:46 +00:00
composer.json
composer.lock
jsdoc.conf.json
package-lock.json
package.json
phpcs.xml.dist
phpunit.xml.dist
webpack.config.js
wp-cli.yml
wp-config-sample.php
wp-tests-config-sample.php