Make WordPress Core


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

Spell out duplicate hook locations.

props DrewAPicture.
fixes #25658.

File:
1 edited

Legend:

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

    r25535 r25868  
    297297        if ( 'wp-register.php' == basename( $redirect['path'] ) ) {
    298298            if ( is_multisite() )
    299                 //duplicate_hook
     299                /** This filter is documented in wp-login.php */
    300300                $redirect_url = apply_filters( 'wp_signup_location', network_site_url( 'wp-signup.php' ) );
    301301            else
Note: See TracChangeset for help on using the changeset viewer.