Make WordPress Core

Changeset 16755


Ignore:
Timestamp:
12/06/2010 07:26:26 PM (14 years ago)
Author:
nacin
Message:

s/ms-options/settings/. props koke, fixes #15708.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-signup.php

    r16653 r16755  
    392392
    393393if ( is_super_admin() )
    394     echo '<div class="mu_alert">' . sprintf( __( 'Greetings Site Administrator! You are currently allowing &#8220;%s&#8221; registrations. To change or disable registration go to your <a href="%s">Options page</a>.' ), $i18n_signup[$active_signup], esc_url( network_admin_url( 'ms-options.php' ) ) ) . '</div>';
     394    echo '<div class="mu_alert">' . sprintf( __( 'Greetings Site Administrator! You are currently allowing &#8220;%s&#8221; registrations. To change or disable registration go to your <a href="%s">Options page</a>.' ), $i18n_signup[$active_signup], esc_url( network_admin_url( 'settings.php' ) ) ) . '</div>';
    395395
    396396$newblogname = isset($_GET['new']) ? strtolower(preg_replace('/^-|-$|[^-a-zA-Z0-9]/', '', $_GET['new'])) : null;
Note: See TracChangeset for help on using the changeset viewer.