Ticket #17838: update-filter-patch-5.patch
File update-filter-patch-5.patch, 492 bytes (added by , 12 years ago) |
---|
-
wp-includes/update.php
352 352 } 353 353 354 354 $counts['total'] = $counts['plugins'] + $counts['themes'] + $counts['wordpress']; 355 $counts = apply_filters( 'update_count', $counts ); 355 356 $update_title = array(); 356 357 if ( $counts['wordpress'] ) 357 358 $update_title[] = sprintf(__('%d WordPress Update'), $counts['wordpress']);