Make WordPress Core


Ignore:
Timestamp:
09/11/2012 12:27:25 PM (12 years ago)
Author:
nacin
Message:

Use network_site_url() for wp-signup.php. props markjaquith. see #19796.

File:
1 edited

Legend:

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

    r21801 r21813  
    675675        <tr>
    676676            <th scope="row" colspan="2" class="th-full">
    677                 <a href="<?php echo apply_filters( 'wp_signup_location', network_home_url( 'wp-signup.php' ) ); ?>"><?php _e( 'Create a New Site' ); ?></a>
     677                <a href="<?php echo apply_filters( 'wp_signup_location', network_site_url( 'wp-signup.php' ) ); ?>"><?php _e( 'Create a New Site' ); ?></a>
    678678            </th>
    679679        </tr>
Note: See TracChangeset for help on using the changeset viewer.