Changeset 6935
- Timestamp:
- 04/21/2013 05:36:49 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-admin.php
r6927 r6935 490 490 491 491 <div class="wrap about-wrap"> 492 <h1><?php printf( __( 'Welcome to BuddyPress %s' ), $display_version ); ?></h1>493 <div class="about-text"><?php printf( __( 'Thank you for updating to the latest version! BuddyPress %s is ready to make your community a safer, faster, and better looking place to hang out!' ), $display_version ); ?></div>494 <div class="bp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>492 <h1><?php printf( __( 'Welcome to BuddyPress %s', 'buddypress' ), $display_version ); ?></h1> 493 <div class="about-text"><?php printf( __( 'Thank you for updating to the latest version! BuddyPress %s is ready to make your community a safer, faster, and better looking place to hang out!', 'buddypress' ), $display_version ); ?></div> 494 <div class="bp-badge"><?php printf( __( 'Version %s', 'buddypress' ), $display_version ); ?></div> 495 495 496 496 <h2 class="nav-tab-wrapper">
Note: See TracChangeset
for help on using the changeset viewer.