diff --git src/bp-core/classes/class-bp-admin.php src/bp-core/classes/class-bp-admin.php
index 3c7c93c..5618836 100644
|
|
|
class BP_Admin { |
| 612 | 612 | <?php endif; ?> |
| 613 | 613 | |
| 614 | 614 | <div class="headline-feature"> |
| 615 | | <h3><?php esc_html_e( 'Cover Images For Members And Groups', 'buddypress' ); ?></h3> |
| | 615 | <h3 class="headline-title"><?php esc_html_e( 'Customizable BuddyPress Emails', 'buddypress' ); ?></h3> |
| 616 | 616 | |
| 617 | 617 | <div class="featured-image"> |
| 618 | | <img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/group-cover-image.png' ); ?>" alt="<?php esc_attr_e( 'Cover Images for Members and Groups', 'buddypress' ); ?>" width="843" height="377"> |
| | 618 | <img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/bp-emails-feature.png' ); ?>" alt="<?php esc_html_e( 'Change colors of the email template using the Customizer.', 'buddypress' ); ?>"> |
| 619 | 619 | </div> |
| 620 | | <div> |
| 621 | | <p><?php printf( __( 'Your community can now upload cover photos for their user profiles and groups. <a href="%s">Learn more →</a>', 'buddypress' ), esc_url( 'https://codex.buddypress.org/themes/buddypress-cover-images/' ) ); ?></p> |
| 622 | | </div> |
| 623 | | <div class="clear"></div> |
| 624 | 620 | |
| | 621 | <p class="introduction"><?php _e( 'Keep your users coming back with beautiful and flexible email notifications.', 'buddypress' ); ?> </p> |
| | 622 | <p><?php _e( 'Edit the content of your emails, create new email templates, or change the design of the template in the Customizer. These are just a few of the customizations you can make to engage your users and increase their participation in your community with the new email features.', 'buddypress' ); ?> <a href="https://codex.buddypress.org/emails/"><?php esc_html_e( 'Learn more →', 'buddypress' ); ?></a></p> |
| | 623 | |
| | 624 | <div class="clear"></div> |
| 625 | 625 | </div> |
| 626 | 626 | |
| 627 | | <hr> |
| | 627 | <hr /> |
| 628 | 628 | |
| 629 | | <div class="feature-section two-col"> |
| 630 | | <div> |
| 631 | | <img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/member-type-field.png' ); ?>" alt="<?php esc_attr_e( 'Profile Field for Member Type', 'buddypress' ); ?>"> |
| 632 | | <h3><?php esc_html_e( 'Profile Fields For Specific Member Types', 'buddypress' ); ?></h3> |
| 633 | | <p><?php printf( __( 'You can create profile fields which are available to one or more <a href="%s">custom member types</a>.', 'buddypress' ), esc_url( 'https://codex.buddypress.org/developer/member-types/' ) ); ?></p> |
| 634 | | </div> |
| 635 | | <div class="last-feature"> |
| 636 | | <img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/theme-stylesheets.png' ); ?>" alt="<?php esc_attr_e( 'BuddyPress Companion Stylesheets', 'buddypress' ); ?>"> |
| 637 | | <h3><?php esc_html_e( 'More Companion Stylesheets For Themes', 'buddypress' ); ?></h3> |
| 638 | | <p><?php esc_html_e( 'BuddyPress looks and works better than ever with WordPress theme Twenty Thirteen, and the upcoming Twenty Sixteen.', 'buddypress' ); ?></p> |
| 639 | | </div> |
| 640 | | </div> |
| | 629 | <div class="bp-features-section"> |
| 641 | 630 | |
| 642 | | <div class="feature-section two-col"> |
| 643 | | <div> |
| 644 | | <img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/group-home-page.png' ); ?>" alt="<?php esc_attr_e( 'Customize your group home page', 'buddypress' ); ?>"> |
| 645 | | <h3><?php esc_html_e( 'Customizable Group Home Page', 'buddypress' ); ?></h3> |
| 646 | | <p><?php esc_html_e( 'You can customize each and every Group\'s home page by using the new front page template hierarchy.', 'buddypress' ); ?> <a href="https://bpdevel.wordpress.com/2015/10/03/get-ready-2-4-0-will-introduce-important-changes-in-groups-homes/"><?php esc_html_e( 'Learn how →', 'buddypress' ); ?></a></p> |
| | 631 | <div class="feature-section two-col"> |
| | 632 | <div> |
| | 633 | <h3 class="feature-title"><?php esc_html_e( 'Post Type Comments Tracking', 'buddypress' ); ?></h3> |
| | 634 | <img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/post-type.png' ); ?>" alt="<?php esc_attr_e( 'Registered post types', 'buddypress' ); ?>"> |
| | 635 | <p><?php esc_html_e( 'New Activity functions help you track post type comments in sync with the Blogs component when activated.', 'buddypress' ); ?></p> |
| | 636 | </div> |
| | 637 | <div class="last-feature"> |
| | 638 | <h3 class="feature-title"><?php esc_html_e( 'Twenty Twelve Companion Stylesheet', 'buddypress' ); ?></h3> |
| | 639 | <img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/twentytwelve.png' ); ?>" alt="<?php esc_attr_e( 'BuddyPress styles Twenty Twelve', 'buddypress' ); ?>"> |
| | 640 | <p><?php esc_html_e( 'BuddyPress components never looked so fine as they do now in the Twenty Twelve theme.', 'buddypress' ); ?></p> |
| | 641 | </div> |
| 647 | 642 | </div> |
| 648 | | <div class="last-feature"> |
| 649 | | <img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/accessibility.gif' ); ?>" alt="<?php esc_attr_e( 'Accessibility Upgrades', 'buddypress' ); ?>"> |
| 650 | | <h3><?php esc_html_e( 'Accessibility Upgrades', 'buddypress' ); ?></h3> |
| 651 | | <p><?php _e( 'We\'re making BuddyPress more usable and accessible for everyone, from the frontend templates to the backend admin screens.', 'buddypress' ); ?></p> |
| | 643 | |
| | 644 | <div class="feature-section two-col"> |
| | 645 | <div> |
| | 646 | <h3 class="feature-title"><?php esc_html_e( 'Support for Emojis', 'buddypress' ); ?></h3> |
| | 647 | <img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/emoji-feature.png' ); ?>" alt="<?php esc_attr_e( 'Fun with Emojies', 'buddypress' ); ?>"> |
| | 648 | <p><?php esc_html_e( 'Have fun and be merry! You can now use Emojis in activity updates, messages, and group descriptions.', 'buddypress' ); ?></p> |
| | 649 | |
| | 650 | </div> |
| | 651 | <div class="last-feature"> |
| | 652 | <h3 class="feature-title"><?php esc_html_e( 'Autolink Settings for Profile Fields', 'buddypress' ); ?></h3> |
| | 653 | <img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/autolink-feature.png' ); ?>" alt="<?php esc_attr_e( 'Autolink settings in the profile fields panel', 'buddypress' ); ?>"> |
| | 654 | <p><?php _e( 'Administrators can enable or disable autolink settings for each new profile field type.', 'buddypress' ); ?></p> |
| | 655 | </div> |
| 652 | 656 | </div> |
| 653 | 657 | |
| 654 | 658 | </div> |
| 655 | 659 | |
| 656 | 660 | <div class="changelog"> |
| 657 | | <h3><?php esc_html_e( 'Under The Hood', 'buddypress' ); ?></h3> |
| | 661 | <h3 class="changelog-title"><?php esc_html_e( 'Under The Hood', 'buddypress' ); ?></h3> |
| 658 | 662 | |
| 659 | 663 | <div class="feature-section col two-col"> |
| 660 | 664 | <div> |
| 661 | | <h4><?php esc_html_e( 'User Experience', 'buddypress' ); ?></h4> |
| 662 | | <p><?php esc_html_e( "Enhancements to the What's New form bring better user experience for your community, and make it easier for developers to add new features.", 'buddypress' ); ?></p> |
| 663 | | |
| 664 | | <h4><?php esc_html_e( 'Cache Improvements', 'buddypress' ); ?></h4> |
| 665 | | <p><?php esc_html_e( 'Continued object and query cache enhancements have been implemented across different components to improve performance.', 'buddypress' ); ?></p> |
| | 665 | <h4 class="title"><?php esc_html_e( 'Localization Improvements', 'buddypress' ); ?></h4> |
| | 666 | <p><?php esc_html_e( 'We continue to improve on localization for translation editors so that BuddyPress will be available for everyone in their own language.', 'buddypress' ); ?></p> |
| | 667 | <h4 class="title"><?php esc_html_e( 'Accessibility Upgrades', 'buddypress' ); ?></h4> |
| | 668 | <p><?php esc_html_e( 'Continued improvements in the frontend and backend to make BuddyPress usable for everyone.', 'buddypress' ); ?></p> |
| 666 | 669 | </div> |
| | 670 | |
| 667 | 671 | <div class="last-feature"> |
| 668 | | <h4><?php esc_html_e( 'Developer Reference', 'buddypress' ); ?></h4> |
| | 672 | <h4 class="title"><?php esc_html_e( 'Enhanced Multisite Support', 'buddypress' ); ?></h4> |
| | 673 | <p><?php esc_html_e( 'BuddyPress is already primed for all multisite configurations available. We just made it better.', 'buddypress' ); ?></p> |
| | 674 | <h4 class="title"><?php esc_html_e( 'Developer Reference', 'buddypress' ); ?></h4> |
| 669 | 675 | <p><?php esc_html_e( 'Regular updates to inline code documentation make it easier for developers to understand how BuddyPress works.', 'buddypress' ); ?></p> |
| 670 | | |
| 671 | | <h4><?php esc_html_e( 'Constant Refinements', 'buddypress' ); ?></h4> |
| 672 | | <p><?php esc_html_e( 'The BuddyPress codebase is continuously tested and updated with the latest WordPress enhancements and features.', 'buddypress' ); ?></p> |
| 673 | 676 | </div> |
| 674 | 677 | </div> |
| | 678 | |
| 675 | 679 | </div> |
| 676 | 680 | |
| 677 | 681 | <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/support/"><?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> |
| | 682 | |
| 678 | 683 | <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> |
| 679 | 684 | |
| 680 | 685 | </div> |
| … |
… |
class BP_Admin { |
| 843 | 848 | // Switch welcome text based on whether this is a new installation or not. |
| 844 | 849 | $welcome_text = ( self::is_new_install() ) |
| 845 | 850 | ? __( 'Thank you for installing BuddyPress! BuddyPress helps you build any type of community website using WordPress, with member profiles, activity streams, user groups, messaging, and more.', 'buddypress' ) |
| 846 | | : __( 'BuddyPress %s comes with a bunch of great improvements we think you’re really going to like.', 'buddypress' ); |
| | 851 | : __( 'Thank you for updating! BuddyPress %s has many new features that you will enjoy.', 'buddypress' ); |
| 847 | 852 | |
| 848 | 853 | ?> |
| 849 | 854 | |