Some doc blocks should use bool instead of true|false

See #32444.


git-svn-id: https://develop.svn.wordpress.org/trunk@32963 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2015-06-27 00:44:21 +00:00
parent 297b615b99
commit 2a5278e2dd
3 changed files with 4 additions and 4 deletions

View File

@@ -4608,7 +4608,7 @@ function _get_non_cached_ids( $object_ids, $cache_key ) {
* @since 3.4.0
* @access private
*
* @return bool true|false Whether the device is able to upload files.
* @return bool Whether the device is able to upload files.
*/
function _device_can_upload() {
if ( ! wp_is_mobile() )