mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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() )
|
||||
|
||||
Reference in New Issue
Block a user