- Timestamp:
- 08/22/2016 06:24:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-automatic-updater.php
r38242 r38307 177 177 * @param object $item The update offer. 178 178 */ 179 $update = apply_filters( 'auto_update_' . $type, $update, $item );179 $update = apply_filters( "auto_update_{$type}", $update, $item ); 180 180 181 181 if ( ! $update ) {
Note: See TracChangeset
for help on using the changeset viewer.