Ticket #17838: 17838.2.patch
File 17838.2.patch, 514 bytes (added by , 12 years ago) |
---|
-
wp-includes/update.php
362 362 363 363 $update_title = ! empty( $update_title ) ? esc_attr( implode( ', ', $update_title ) ) : ''; 364 364 365 return a rray( 'counts' => $counts, 'title' => $update_title);365 return apply_filters( 'wp_get_update_data', array( 'counts' => $counts, 'title' => $update_title ) ); 366 366 } 367 367 368 368 function _maybe_update_core() {