Created
May 30, 2015 16:23
-
-
Save paulgibbs/8b32fd985fc51a2f6a4b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/bp-core/bp-core-admin.php b/src/bp-core/bp-core-admin.php | |
index b76a2ac..52bc84c 100644 | |
--- a/src/bp-core/bp-core-admin.php | |
+++ b/src/bp-core/bp-core-admin.php | |
@@ -575,14 +575,14 @@ class BP_Admin { | |
<div class="template-pack last-feature"> | |
<span class=" dashicons dashicons-admin-appearance"></span> | |
- <h4><?php esc_html_e( 'Core Theme Companion Styling', 'buddypress' ); ?></h4> | |
- <p><?php esc_html_e( 'Improved integration of components in WordPress core themes Twenty Fifteen and Twenty Fourteen.', 'buddypress' ); ?></p> | |
+ <h4><?php esc_html_e( 'Companion Stylesheets For Themes', 'buddypress' ); ?></h4> | |
+ <p><?php esc_html_e( 'BuddyPress looks and works better with WordPress core themes Twenty Fifteen and Twenty Fourteen.', 'buddypress' ); ?></p> | |
</div> | |
<div class="group-invites"> | |
<span class=" dashicons dashicons-admin-post"></span> | |
<h4><?php esc_html_e( 'Blog Post Activity', 'buddypress' ); ?></h4> | |
- <p><?php esc_html_e( 'Generate better excerpts in the activity streams for posts containing images or other embedded media content.', 'buddypress' ); ?></p> | |
+ <p><?php esc_html_e( 'BuddyPress now generates better excerpts in the activity streams for posts containing images or other embedded media content.', 'buddypress' ); ?></p> | |
</div> | |
<div class="last-feature"> | |
@@ -599,7 +599,7 @@ class BP_Admin { | |
<div class="feature-section col two-col"> | |
<div> | |
<h4><?php esc_html_e( 'Components can register new features', 'buddypress' ); ?></h4> | |
- <p><?php esc_html_e( 'Plugin developers can register new features or check if a component feature is registered using the `BP_Component` class.', 'buddypress' ); ?></p> | |
+ <p><?php _e( 'Plugin developers can register new features or check if a component feature is registered using the <code>BP_Component</code> class.', 'buddypress' ); ?></p> | |
<h4><?php esc_html_e( 'Cache Improvements', 'buddypress' ); ?></h4> | |
<p><?php esc_html_e( 'Improved caching for the following components: Messages, Profiles, Members & Member Types, and Friends.', 'buddypress' ); ?></p> | |
@@ -710,6 +710,11 @@ class BP_Admin { | |
<a href="https://profiles.wordpress.org/netweb"><img src="//www.gravatar.com/avatar/97e1620b501da675315ba7cfb740e80f?s=60" class="gravatar" alt="Stephen Edgar" /></a> | |
<a class="web" href="https://profiles.wordpress.org/netweb">Stephen Edgar</a> | |
</li> | |
+ <li class="wp-person" id="wp-person-dimensionmedia"> | |
+ <a href="https://profiles.wordpress.org/dimensionmedia"><img src="//www.gravatar.com/avatar/7735aada1ec39d0c1118bd92ed4551f1?s=60" class="gravatar" alt="David Bisset" /></a> | |
+ <a class="web" href="https://profiles.wordpress.org/dimensionmedia">David Bisset</a> | |
+ </li> | |
+ | |
</ul> | |
<h4 class="wp-people-group"><?php printf( esc_html__( 'Contributors to BuddyPress %s', 'buddypress' ), self::display_version() ); ?></h4> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment