Changeset 25868 for trunk/src/wp-login.php
- Timestamp:
- 10/22/2013 05:21:32 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r25701 r25868 620 620 if ( get_option( 'users_can_register' ) ) : 621 621 $registration_url = sprintf( '<a href="%s">%s</a>', esc_url( wp_registration_url() ), __( 'Register' ) ); 622 / /duplicate_hook622 /** This filter is documented in wp-login.php */ 623 623 echo ' | ' . apply_filters( 'register', $registration_url ); 624 624 endif; … … 766 766 </div> 767 767 <?php 768 / /duplicate_hook768 /** This action is documented in wp-login.php */ 769 769 do_action( 'login_footer' ); ?> 770 770 <?php if ( $customize_login ) : ?> … … 870 870 if ( get_option( 'users_can_register' ) ) : 871 871 $registration_url = sprintf( '<a href="%s">%s</a>', esc_url( wp_registration_url() ), __( 'Register' ) ); 872 / /duplicate_hook872 /** This filter is documented in wp-login.php */ 873 873 echo apply_filters( 'register', $registration_url ) . ' | '; 874 874 endif;
Note: See TracChangeset
for help on using the changeset viewer.