Skip to:
Content

BuddyPress.org

Ticket #6467: 6467.diff

File 6467.diff, 1.9 KB (added by netweb, 10 years ago)
  • src/bp-core/bp-core-admin.php

     
    549549                        <?php endif; ?>
    550550
    551551                        <div class="headline-feature">
    552                                 <h3><?php esc_html_e( 'Upload Profile Pictures with a Drag and a Drop', 'buddypress' ); ?></h3>
     552                                <h3><?php esc_html_e( 'Upload Profile Pictures with Drag and Drop', 'buddypress' ); ?></h3>
    553553
    554554                                <div class="featured-image">
    555555                                        <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' ); ?>">
     
    557557
    558558                                <div class="feature-section">
    559559                                        <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 or 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 &rarr;', '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 &rarr;', 'buddypress' ); ?></a></p>
    561561                                </div>
    562562
    563563                                <div class="clear"></div>