Ticket #17838: update-filter-patch-4.patch
File update-filter-patch-4.patch, 490 bytes (added by , 13 years ago) |
---|
-
wp-includes/update.php
356 356 } 357 357 358 358 $counts['total'] = $counts['plugins'] + $counts['themes'] + $counts['wordpress']; 359 $counts = apply_filters('update_count', $counts); 359 360 $update_title = array(); 360 361 if ( $counts['wordpress'] ) 361 362 $update_title[] = sprintf(__('%d WordPress Update'), $counts['wordpress']);