Changeset 28208 for trunk/src/wp-login.php
- Timestamp:
- 04/25/2014 06:23:31 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-login.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r28096 r28208 545 545 if ( get_option( 'users_can_register' ) ) : 546 546 $registration_url = sprintf( '<a href="%s">%s</a>', esc_url( wp_registration_url() ), __( 'Register' ) ); 547 /** 548 * Filter the registration URL below the login form. 549 * 550 * @since 1.5.0 551 * 552 * @param string $registration_url Registration URL. 553 */ 547 548 /** This filter is documented in wp-includes/general-template.php */ 554 549 echo ' | ' . apply_filters( 'register', $registration_url ); 555 550 endif; … … 636 631 if ( get_option( 'users_can_register' ) ) : 637 632 $registration_url = sprintf( '<a href="%s">%s</a>', esc_url( wp_registration_url() ), __( 'Register' ) ); 638 /** This filter is documented in wp-login.php */ 633 634 /** This filter is documented in wp-includes/general-template.php */ 639 635 echo ' | ' . apply_filters( 'register', $registration_url ); 640 636 endif; … … 893 889 if ( get_option( 'users_can_register' ) ) : 894 890 $registration_url = sprintf( '<a href="%s">%s</a>', esc_url( wp_registration_url() ), __( 'Register' ) ); 895 /** This filter is documented in wp-login.php */ 891 892 /** This filter is documented in wp-includes/general-template.php */ 896 893 echo apply_filters( 'register', $registration_url ) . ' | '; 897 894 endif;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)