Changeset 27264
- Timestamp:
- 02/25/2014 05:19:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update.php
r26540 r27264 8 8 9 9 /** 10 * Selects the first update version from the update_core option 11 * 12 * @return object the response from the API10 * Selects the first update version from the update_core option. 11 * 12 * @return bool|object The response from the API on success, false on failure. 13 13 */ 14 14 function get_preferred_from_update_core() { … … 22 22 23 23 /** 24 * Get available core updates 24 * Get available core updates. 25 25 * 26 26 * @param array $options Set $options['dismissed'] to true to show dismissed upgrades too, 27 27 * set $options['available'] to false to skip not-dismissed updates. 28 * @return array Array of the update objects28 * @return bool|array Array of the update objects on success, false on failure. 29 29 */ 30 30 function get_core_updates( $options = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.