Changeset 47099
- Timestamp:
- 01/22/2020 12:17:24 AM (5 years ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-core-upgrader.php
r47060 r47099 58 58 * Default false. 59 59 * } 60 * @return null|false|WP_Error Nullon success, false or WP_Error on failure.60 * @return string|false|WP_Error New WordPress version on success, false or WP_Error on failure. 61 61 */ 62 62 public function upgrade( $current, $args = array() ) { -
trunk/src/wp-admin/includes/update-core.php
r47060 r47099 881 881 * @param string $from New release unzipped path. 882 882 * @param string $to Path to old WordPress installation. 883 * @return null|WP_Error Nullon success, WP_Error on failure.883 * @return string|WP_Error New WordPress version on success, WP_Error on failure. 884 884 */ 885 885 function update_core( $from, $to ) {
Note: See TracChangeset
for help on using the changeset viewer.