Changeset 25868 for trunk/src/wp-admin/includes/ms.php
- Timestamp:
- 10/22/2013 05:21:32 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms.php
r25497 r25868 678 678 <?php 679 679 $signup_url = network_site_url( 'wp-signup.php' ); 680 /** 681 * Filter the site signup URL. 682 * 683 * @since MU 684 * 685 * @param string $signup_url The site signup URL. 686 */ 680 /** This filter is documented in wp-login.php */ 687 681 ?> 688 682 <a href="<?php echo apply_filters( 'wp_signup_location', $signup_url ); ?>"><?php _e( 'Create a New Site' ); ?></a>
Note: See TracChangeset
for help on using the changeset viewer.