Ticket #6467: 6467.diff
File 6467.diff, 1.9 KB (added by , 10 years ago) |
---|
-
src/bp-core/bp-core-admin.php
549 549 <?php endif; ?> 550 550 551 551 <div class="headline-feature"> 552 <h3><?php esc_html_e( 'Upload Profile Pictures with a Drag and aDrop', 'buddypress' ); ?></h3>552 <h3><?php esc_html_e( 'Upload Profile Pictures with Drag and Drop', 'buddypress' ); ?></h3> 553 553 554 554 <div class="featured-image"> 555 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' ); ?>"> … … 557 557 558 558 <div class="feature-section"> 559 559 <h3><?php esc_html_e( 'Built with the Attachments API, the new foundation for BuddyPress media management.', 'buddypress' ); ?></h3> 560 <p><?php esc_html_e( 'You can drag and drop any image you choose to upload as your profile photo. The interface is mobile-ready and now includes integration with phone orlaptop cameras. This is an example of what can be developed using the new Attachments API, the long-awaited foundation for media-related BuddyPress components and features.', 'buddypress' ); ?> <a href="https://codex.buddypress.org/plugindev/bp_attachment/"><?php esc_html_e( 'Learn more →', 'buddypress' ); ?></a></p>560 <p><?php esc_html_e( 'You can drag and drop any image you choose to upload as your profile photo. The interface is mobile-ready and now includes integration with phone and laptop cameras. This is an example of what can be developed using the new Attachments API, the long-awaited foundation for media-related BuddyPress components and features.', 'buddypress' ); ?> <a href="https://codex.buddypress.org/plugindev/bp_attachment/"><?php esc_html_e( 'Learn more →', 'buddypress' ); ?></a></p> 561 561 </div> 562 562 563 563 <div class="clear"></div>