Make WordPress Core


Ignore:
Timestamp:
06/27/2015 12:44:21 AM (10 years ago)
Author:
wonderboymusic
Message:

Some doc blocks should use bool instead of true|false

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r32810 r32963  
    46094609 * @access private
    46104610 *
    4611  * @return bool true|false Whether the device is able to upload files.
     4611 * @return bool Whether the device is able to upload files.
    46124612 */
    46134613function _device_can_upload() {
Note: See TracChangeset for help on using the changeset viewer.