Changeset 32963
- Timestamp:
- 06/27/2015 12:44:21 AM (9 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r32871 r32963 1833 1833 * @param array $args Optional. Other optional arguments, see 1834 1834 * {@see Language_Pack_Upgrader::bulk_upgrade()}. Default empty array. 1835 * @return array| WP_Error The result of the upgrade, or a {@see wP_Error} object instead.1835 * @return array|bool|WP_Error The result of the upgrade, or a {@see wP_Error} object instead. 1836 1836 */ 1837 1837 public function upgrade( $update = false, $args = array() ) { … … 1863 1863 * Default true. 1864 1864 * } 1865 * @return array| true|false|WP_Error Will return an array of results, or true if there are no updates,1865 * @return array|bool|WP_Error Will return an array of results, or true if there are no updates, 1866 1866 * false or WP_Error for initial errors. 1867 1867 */ -
trunk/src/wp-includes/functions.php
r32810 r32963 4609 4609 * @access private 4610 4610 * 4611 * @return bool true|falseWhether the device is able to upload files.4611 * @return bool Whether the device is able to upload files. 4612 4612 */ 4613 4613 function _device_can_upload() { -
trunk/src/wp-includes/vars.php
r32650 r32963 121 121 * @staticvar bool $is_mobile 122 122 * 123 * @return bool true|false123 * @return bool 124 124 */ 125 125 function wp_is_mobile() {
Note: See TracChangeset
for help on using the changeset viewer.