Changeset 8940
- Timestamp:
- 08/17/2014 07:27:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-admin.php
r8938 r8940 501 501 <div class="about-text"> 502 502 <?php if ( $is_new_install ) : ?> 503 <?php printf( __( 'Thank you for installing BuddyPress! ', 'buddypress' ), $display_version ); ?>503 <?php printf( __( 'Thank you for installing BuddyPress! BuddyPress %s is our most streamlined and easy-to-use release to date, and we think you’re going to love it.', 'buddypress' ), $display_version ); ?> 504 504 <?php else : ?> 505 505 <?php printf( __( 'Howdy. BuddyPress %s is our most streamlined and easy-to-use release to date, and we think you’re going to love it.', 'buddypress' ), $display_version ); ?> … … 542 542 <h4><?php _e( 'Community and Support', 'buddypress' ); ?></h4> 543 543 <p><?php _e( 'Looking for help? The <a href="http://codex.buddypress.org/">BuddyPress Codex</a> has you covered, with dozens of user-contributed guides on how to configure and use your BP site. Can’t find what you need? Stop by <a href="http://buddypress.org/support/">our support forums</a>, where a vibrant community of BuddyPress users and developers is waiting to share tips, show off their sites, talk about the future of BuddyPress, and much more.', 'buddypress' ) ?></p> 544 <p><?php _e( 'Read on to learn more about this version of BuddyPress.', 'buddypress' ); ?></p> 544 545 </div> 545 546 <hr /> … … 664 665 <div class="about-text"> 665 666 <?php if ( $is_new_install ) : ?> 666 <?php printf( __( 'Thank you for installing BuddyPress! ', 'buddypress' ), $display_version ); ?>667 <?php printf( __( 'Thank you for installing BuddyPress! BuddyPress %s is our most streamlined and easy-to-use release to date, and we think you’re going to love it.', 'buddypress' ), $display_version ); ?> 667 668 <?php else : ?> 668 669 <?php printf( __( 'Howdy. BuddyPress %s is our most streamlined and easy-to-use release to date, and we think you’re going to love it.', 'buddypress' ), $display_version ); ?>
Note: See TracChangeset
for help on using the changeset viewer.