Changeset 7455 for trunk/bp-core/bp-core-admin.php
- Timestamp:
- 10/22/2013 08:45:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-admin.php
r7433 r7455 418 418 <div class="feature-section"> 419 419 <h4><?php _e( 'Your Default Setup', 'buddypress' ); ?></h4> 420 <p><?php printf( 420 421 <?php if ( bp_is_active( 'members' ) && bp_is_active( 'activity' ) ) : ?> 422 <p><?php printf( 421 423 __( 'BuddyPress’s powerful features help your users connect and collaborate. To help get your community started, we’ve activated two of the most commonly used tools in BP: <strong>Extended Profiles</strong> and <strong>Activity Streams</strong>. See these components in action at the %1$s and %2$s directories, and be sure to spend a few minutes <a href="%3$s">configuring user profiles</a>. Want to explore more of BP’s features? Visit the <a href="%4$s">Components panel</a>.', 'buddypress' ), 422 424 $pretty_permalinks_enabled ? '<a href="' . trailingslashit( bp_get_root_domain() . '/' . bp_get_members_root_slug() ) . '">' . __( 'Members', 'buddypress' ) . '</a>' : __( 'Members', 'buddypress' ), … … 425 427 bp_get_admin_url( add_query_arg( array( 'page' => 'bp-components' ), $this->settings_page ) ) 426 428 ); ?></p> 429 430 <?php else : ?> 431 <p><?php printf( 432 __( 'BuddyPress’s powerful features help your users connect and collaborate. Want to explore BP’s features? Visit the <a href="%s">Components panel</a>.', 'buddypress' ), 433 bp_get_admin_url( add_query_arg( array( 'page' => 'bp-components' ), $this->settings_page ) ) 434 ); ?></p> 435 436 <?php endif; ?> 427 437 428 438 <h4><?php _e( 'Community and Support', 'buddypress' ); ?></h4>
Note: See TracChangeset
for help on using the changeset viewer.