Make WordPress Core


Ignore:
Timestamp:
10/22/2013 05:21:32 PM (12 years ago)
Author:
nacin
Message:

Spell out duplicate hook locations.

props DrewAPicture.
fixes #25658.

File:
1 edited

Legend:

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

    r25497 r25868  
    678678                <?php
    679679                $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 */
    687681                ?>
    688682                <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.