Changeset 9904
- Timestamp:
- 06/01/2015 09:07:19 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-admin.php
r9897 r9904 550 550 551 551 <div class="headline-feature"> 552 <h3><?php esc_html_e( 'Upload Avatars with a Drag and a Drop', 'buddypress' ); ?></h3>552 <h3><?php esc_html_e( 'Upload Profile Pictures with a Drag and a Drop', 'buddypress' ); ?></h3> 553 553 554 554 <div class="featured-image"> 555 <img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/avatar-ui.gif' ); ?>" alt="<?php esc_attr_e( 'Revamped AvatarUpload UI', 'buddypress' ); ?>">555 <img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/avatar-ui.gif' ); ?>" alt="<?php esc_attr_e( 'Revamped Profile Picture Upload UI', 'buddypress' ); ?>"> 556 556 </div> 557 557 … … 576 576 <div class="template-pack last-feature"> 577 577 <span class=" dashicons dashicons-admin-appearance"></span> 578 <h4><?php esc_html_e( 'Co re Theme Companion Styling', 'buddypress' ); ?></h4>579 <p><?php esc_html_e( 'Improved integration of components in WordPress core themesTwenty Fifteen and Twenty Fourteen.', 'buddypress' ); ?></p>578 <h4><?php esc_html_e( 'Companion Stylesheets For Themes', 'buddypress' ); ?></h4> 579 <p><?php esc_html_e( 'Improved styling and integration of BuddyPress components with bundled WordPress themes, Twenty Fifteen and Twenty Fourteen.', 'buddypress' ); ?></p> 580 580 </div> 581 581 … … 583 583 <span class=" dashicons dashicons-admin-post"></span> 584 584 <h4><?php esc_html_e( 'Blog Post Activity', 'buddypress' ); ?></h4> 585 <p><?php esc_html_e( ' Generatebetter excerpts in the activity streams for posts containing images or other embedded media content.', 'buddypress' ); ?></p>585 <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> 586 586 </div> 587 587 … … 600 600 <div> 601 601 <h4><?php esc_html_e( 'Components can register new features', 'buddypress' ); ?></h4> 602 <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>602 <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> 603 603 604 604 <h4><?php esc_html_e( 'Cache Improvements', 'buddypress' ); ?></h4> … … 615 615 </div> 616 616 617 <p><?php esc_html_e( 'Official:', 'buddypress' ); ?> <a href="https://buddypress.org/blog/"><?php esc_html_e( 'News', 'buddypress' ); ?></a> • <a href="https://buddypress.org/suppport/"><?php esc_html_e( 'Support', 'buddypress' ); ?></a> • <a href="https://codex.buddypress.org/"><?php esc_html_e( 'Documentation', 'buddypress' ); ?></a> • <a href="https://bpdevel.wordpress.com/"><?php esc_html_e( 'Development Blog', 'buddypress' ); ?></a></p>618 <p><?php esc_html_e( 'Twitter:', 'buddypress' ); ?> <a href="https://twitter.com/buddypress/"><?php esc_html_e( 'BuddyPress', 'buddypress' ); ?></a> • <a href="https://twitter.com/bptrac/"><?php esc_html_e( 'BuddyPress Trac', 'buddypress' ); ?></a> • <a href="https://twitter.com/buddypressdev/"><?php esc_html_e( 'BuddyPress Dev', 'buddypress' ); ?></a></p>617 <p><?php _ex( 'Learn more:', 'About screen, website links', 'buddypress' ); ?> <a href="https://buddypress.org/blog/"><?php _ex( 'News', 'About screen, link to project blog', 'buddypress' ); ?></a> • <a href="https://buddypress.org/suppport/"><?php _ex( 'Support', 'About screen, link to support site', 'buddypress' ); ?></a> • <a href="https://codex.buddypress.org/"><?php _ex( 'Documentation', 'About screen, link to documentation', 'buddypress' ); ?></a> • <a href="https://bpdevel.wordpress.com/"><?php _ex( 'Development Blog', 'About screen, link to development blog', 'buddypress' ); ?></a></p> 618 <p><?php _ex( 'Twitter:', 'official Twitter accounts:', 'buddypress' ); ?> <a href="https://twitter.com/buddypress/"><?php _ex( 'BuddyPress', '@buddypress twitter account name', 'buddypress' ); ?></a> • <a href="https://twitter.com/bptrac/"><?php _ex( 'Trac', '@bptrac twitter account name', 'buddypress' ); ?></a> • <a href="https://twitter.com/buddypressdev/"><?php _ex( 'Development', '@buddypressdev twitter account name', 'buddypress' ); ?></a></p> 619 619 620 620 <?php … … 711 711 <a class="web" href="https://profiles.wordpress.org/netweb">Stephen Edgar</a> 712 712 </li> 713 <li class="wp-person" id="wp-person-dimensionmedia"> 714 <a href="https://profiles.wordpress.org/dimensionmedia"><img src="//www.gravatar.com/avatar/7735aada1ec39d0c1118bd92ed4551f1?s=60" class="gravatar" alt="David Bisset" /></a> 715 <a class="web" href="https://profiles.wordpress.org/dimensionmedia">David Bisset</a> 716 </li> 717 713 718 </ul> 714 719
Note: See TracChangeset
for help on using the changeset viewer.