Changeset 7219 for trunk/bp-core/bp-core-admin.php
- Timestamp:
- 06/16/2013 05:21:21 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-admin.php
r7099 r7219 381 381 382 382 <div class="wrap about-wrap"> 383 <h1><?php printf( __( 'Welcome to BuddyPress %s' ), $display_version ); ?></h1>383 <h1><?php printf( __( 'Welcome to BuddyPress %s', 'buddypress' ), $display_version ); ?></h1> 384 384 <div class="about-text"> 385 385 <?php if ( $is_new_install ) : ?> 386 <?php printf( __( 'BuddyPress %s is our safest, fastest, most flexible version ever.' ), $display_version ); ?>386 <?php printf( __( 'BuddyPress %s is our safest, fastest, most flexible version ever.', 'buddypress' ), $display_version ); ?> 387 387 <?php else : ?> 388 <?php printf( __( 'Thank you for updating! BuddyPress %s is our safest, fastest, most flexible version ever.' ), $display_version ); ?>388 <?php printf( __( 'Thank you for updating! BuddyPress %s is our safest, fastest, most flexible version ever.', 'buddypress' ), $display_version ); ?> 389 389 <?php endif; ?> 390 390 </div> 391 <div class="bp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>391 <div class="bp-badge"><?php printf( __( 'Version %s', 'buddypress' ), $display_version ); ?></div> 392 392 393 393 <h2 class="nav-tab-wrapper">
Note: See TracChangeset
for help on using the changeset viewer.