Changeset 48390 for trunk/src/wp-admin/includes/class-wp-upgrader-skin.php
- Timestamp:
- 07/07/2020 05:47:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader-skin.php
r47060 r48390 206 206 */ 207 207 public function bulk_footer() {} 208 209 /** 210 * Hides the `process_failed` error message when updating by uploading a zip file. 211 * 212 * @since 5.5.0 213 * 214 * @param $wp_error WP_Error 215 * @return bool 216 */ 217 public function hide_process_failed( $wp_error ) { 218 return false; 219 } 208 220 }
Note: See TracChangeset
for help on using the changeset viewer.