Make WordPress Core


Ignore:
Timestamp:
01/07/2010 04:27:46 AM (15 years ago)
Author:
ryan
Message:

Strip trailing whites from ms files. see #11644

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/ms-upgrade-site.php

    r12627 r12632  
    3838                    }
    3939                    do_action( 'after_mu_upgrade', $response );
    40                     do_action( 'wpmu_upgrade_site', $details[ 'blog_id' ] ); 
     40                    do_action( 'wpmu_upgrade_site', $details[ 'blog_id' ] );
    4141                }
    4242            }
     
    5555        }
    5656    break;
    57     default: 
     57    default:
    5858        ?><p><?php _e("You can upgrade all the blogs on your site through this page. It works by calling the upgrade script of each blog automatically. Hit the link below to upgrade."); ?></p>
    5959        <p><a class="button" href="ms-upgrade-site.php?action=upgrade"><?php _e("Upgrade Site"); ?></a></p><?php
Note: See TracChangeset for help on using the changeset viewer.