Ticket #3081: changes.patch
| File changes.patch, 853 bytes (added by , 15 years ago) |
|---|
-
.php
old new 636 636 <?php if ( 'new' == $this->setup_type ) : 637 637 $type = __( 'setup', 'buddypress' ); 638 638 ?> 639 <h2> Setup Complete!</h2>639 <h2><?php _e( 'Setup Complete!', 'buddypress' ) ?></h2> 640 640 <?php else : 641 641 $type = __( 'upgrade', 'buddypress' ); 642 642 ?> 643 <h2> Upgrade Complete!</h2>643 <h2><?php _e( 'Upgrade Complete!', 'buddypress' ) ?></h2> 644 644 <?php endif; ?> 645 645 646 646 <?php?> … … 655 655 <?php wp_nonce_field( 'bpwizard_finish' ) ?> 656 656 </div> 657 657 658 <p> [TODO: A selection of the best BuddyPress plugins will appear here.]</p>658 <p><?php _e( '[TODO: A selection of the best BuddyPress plugins will appear here.]', 'buddypress' ) ?></p> 659 659 660 660 <?php 661 661 }