Changeset 29644
- Timestamp:
- 08/27/2014 05:31:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r29631 r29644 839 839 $errors->add('registered', __('Registration complete. Please check your e-mail.'), 'message'); 840 840 elseif ( strpos( $redirect_to, 'about.php?updated' ) ) 841 $errors->add('updated', __( '<strong>You have successfully updated WordPress!</strong> Please log back in to experience the awesomeness.' ), 'message' );841 $errors->add('updated', __( '<strong>You have successfully updated WordPress!</strong> Please log back in to see what’s new.' ), 'message' ); 842 842 } 843 843
Note: See TracChangeset
for help on using the changeset viewer.