Skip to:
Content

BuddyPress.org

Ticket #4727: 4727.01

File 4727.01, 1.7 KB (added by mercime, 13 years ago)

Adding disclaimer and updating link to theme compat

Line 
1Index: bp-core/bp-core-admin.php
2===================================================================
3--- bp-core/bp-core-admin.php   (revision 6885)
4+++ bp-core/bp-core-admin.php   (working copy)
5@@ -422,7 +422,7 @@
6 
7                                <div class="feature-section">
8                                        <h4><?php _e( 'It Just Works', 'buddypress' ); ?></h4>
9-                                       <p><?php _e( 'BuddyPress is now compatible with <strong>any WordPress theme</strong>. If your theme has BuddyPress-specific templates and styling, we&#8217;ll use them. If not, we provide what you need to make your BuddyPress content look great. Still want to customize? No problem - you can override our templates just like you would in a WordPress child theme. <a href="http://codex.buddypress.org/theme-compatibility/">Learn more about theme compatibility</a>.', 'buddypress' ); ?></p>
10+                                       <p><?php _e( 'BuddyPress is now compatible with <strong>any WordPress theme</strong>.* If your theme has BuddyPress-specific templates and styling, we&#8217;ll use them. If not, we provide what you need to make your BuddyPress content look great. Still want to customize? No problem - you can override our templates just like you would in a WordPress child theme. <a href="http://codex.buddypress.org/developer-and-designer-information/">Learn more about theme compatibility</a>.', 'buddypress' ); ?></p>
11                                </div>
12                        </div>
13 
14@@ -470,8 +470,9 @@
15                        <div class="return-to-dashboard">
16                                <a href="<?php echo esc_url( bp_get_admin_url( add_query_arg( array( 'page' => 'bp-components' ), $this->settings_page ) ) ); ?>"><?php _e( 'Go to the BuddyPress Settings page', 'buddypress' ); ?></a>
17                        </div>
18-
19+               
20                </div>
21+               <p class="subsubsub">*Any WordPress theme which does not circumvent the WordPress template hierarchy.</p>
22 
23                <?php
24        }