Make WordPress Core


Ignore:
Timestamp:
04/20/2009 06:18:39 PM (15 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/update.php

    r11005 r11013  
    178178
    179179function wp_update_theme($theme, $feedback = '') {
    180    
     180
    181181    if ( !empty($feedback) )
    182182        add_filter('update_feedback', $feedback);
     
    189189
    190190function wp_update_core($current, $feedback = '') {
    191    
     191
    192192    if ( !empty($feedback) )
    193193        add_filter('update_feedback', $feedback);
Note: See TracChangeset for help on using the changeset viewer.