diff --git a/src/bp-core/admin/css/common-rtl.css b/src/bp-core/admin/css/common-rtl.css
index c2b93b4..9f26083 100644
a
|
b
|
TABLE OF CONTENTS: |
154 | 154 | width: 47.6%; |
155 | 155 | } |
156 | 156 | |
| 157 | |
| 158 | .index_page_bp-about .bp-feature code, |
| 159 | .dashboard_page_bp-about .bp-feature code{ |
| 160 | font-size: 0.95em; |
| 161 | line-height: 1.5; |
| 162 | } |
| 163 | |
157 | 164 | .index_page_bp-about .bp-feature:nth-of-type(2n), |
158 | 165 | .dashboard_page_bp-about .bp-feature:nth-of-type(2n) { |
159 | 166 | margin-left: 0; |
diff --git a/src/bp-core/admin/css/common.css b/src/bp-core/admin/css/common.css
index dc08fd8..ec2b48d 100644
a
|
b
|
TABLE OF CONTENTS: |
154 | 154 | width: 47.6%; |
155 | 155 | } |
156 | 156 | |
| 157 | |
| 158 | .index_page_bp-about .bp-feature code, |
| 159 | .dashboard_page_bp-about .bp-feature code{ |
| 160 | font-size: 0.95em; |
| 161 | line-height: 1.5; |
| 162 | } |
| 163 | |
157 | 164 | .index_page_bp-about .bp-feature:nth-of-type(2n), |
158 | 165 | .dashboard_page_bp-about .bp-feature:nth-of-type(2n) { |
159 | 166 | margin-right: 0; |
diff --git a/src/bp-core/classes/class-bp-admin.php b/src/bp-core/classes/class-bp-admin.php
index 0e34abd..a76fe09 100644
a
|
b
|
class BP_Admin { |
623 | 623 | |
624 | 624 | <div class="bp-features-section"> |
625 | 625 | |
626 | | <h3 class="headline-title"><?php esc_html_e( 'For Developers & Site Administrators', 'buddypress' ); ?></h3> |
| 626 | <h3 class="headline-title"><?php esc_html_e( 'For Developers & Site Builders', 'buddypress' ); ?></h3> |
627 | 627 | |
628 | 628 | <div class="bp-feature"> |
629 | 629 | <span class="dashicons dashicons-calendar" aria-hidden="true"></span> |
630 | 630 | <h4 class="feature-title"><?php esc_html_e( 'Improved Profile Date Field', 'buddypress' ); ?></h4> |
631 | | <p><?php _e( 'New Date Field settings, "Date format" and "Range", make it easier for site administrators to decide how date-based data will be collected and displayed.', 'buddypress' ); ?></p> |
| 631 | <p><?php _e( 'New Date Field settings, "Date format" and "Range," make it easier for site administrators to decide how date-based data will be collected and displayed.', 'buddypress' ); ?></p> |
632 | 632 | </div> |
633 | 633 | |
634 | 634 | <div class="bp-feature opposite"> |
635 | 635 | <span class="dashicons dashicons-groups" aria-hidden="true"></span> |
636 | 636 | <h4 class="feature-title"><?php esc_html_e( 'Group Types Integration in Templates', 'buddypress' ); ?></h4> |
637 | | <p><?php esc_html_e( 'Enable developers to show Group Types in the front end as well as control where the group type information is rendered.', 'buddypress' ); ?> <a href="https://codex.buddypress.org/developer/group-types/"><?php esc_html_e( 'Learn how to implement this.', 'buddypress' ); ?></a></p> |
| 637 | <p><?php esc_html_e( 'Enable developers to show Group Types on the front end as well as control where the group type information is rendered.', 'buddypress' ); ?> <a href="https://codex.buddypress.org/developer/group-types/"><?php esc_html_e( 'Learn how to implement this.', 'buddypress' ); ?></a></p> |
| 638 | </div> |
| 639 | |
| 640 | <div class="bp-feature"> |
| 641 | <span class="dashicons dashicons-admin-multisite" aria-hidden="true"></span> |
| 642 | <h4 class="feature-title"><?php esc_html_e( 'Use the Site Icon as Your Blog\'s Profile Photo for the Sites Directory Page', 'buddypress' ); ?></h4> |
| 643 | <p><?php _e( 'Open the Customizer panel, click on the Site Identity menu, and upload an image at the Site Icon section. It\'s that simple.', 'buddypress' ); ?></p> |
| 644 | </div> |
| 645 | |
| 646 | <div class="bp-feature opposite"> |
| 647 | <span class="dashicons dashicons-filter" aria-hidden="true"></span> |
| 648 | <h4 class="title"><?php esc_html_e( 'Member Type and Group Type Filters in Users and Groups Admin Screens', 'buddypress' ); ?></h4> |
| 649 | <p><?php esc_html_e( 'Easily filter your members and groups by type and set types in bulk on the users and groups list tables in the dashboard.', 'buddypress' ); ?></p> |
638 | 650 | </div> |
639 | 651 | |
640 | 652 | <div class="bp-feature"> |
… |
… |
class BP_Admin { |
646 | 658 | <div class="bp-feature opposite"> |
647 | 659 | <span class="dashicons dashicons-email" aria-hidden="true"></span> |
648 | 660 | <h4 class="feature-title"><?php esc_html_e( 'Links to Unsubscribe from Emails', 'buddypress' ); ?></h4> |
649 | | <p><?php esc_html_e( 'Improve user experience by facilitating the removal of any or all subscriptions through the new email tokens and unsuscribe links.', 'buddypress' ); ?></p> |
| 661 | <p><?php esc_html_e( 'Improve user experience by facilitating the removal of any or all subscriptions via new email tokens and unsubscribe links.', 'buddypress' ); ?></p> |
650 | 662 | </div> |
651 | 663 | |
652 | 664 | <div class="bp-feature"> |
653 | | <span class="dashicons dashicons-filter" aria-hidden="true"></span> |
654 | | <h4 class="title"><?php esc_html_e( 'Member Type and Group Type Filters in Users and Groups admin screens', 'buddypress' ); ?></h4> |
655 | | <p><?php esc_html_e( 'Easily filter your members and groups by type and set types in bulk on the users and groups list tables in the dashboard.', 'buddypress' ); ?></p> |
| 665 | <span class="dashicons dashicons-admin-page" aria-hidden="true"></span> |
| 666 | <h4 class="title"><?php esc_html_e( 'Use WP Page Names for Headings of BP Directory Pages', 'buddypress' ); ?></h4> |
| 667 | <p><?php esc_html_e( 'Whatever you choose as the title of your Activity, Sites, Members, or Groups directory pages on the back end, is what you\'ll get as the heading on the front end.', 'buddypress' ); ?></p> |
656 | 668 | </div> |
657 | 669 | |
658 | 670 | <div class="bp-feature opposite"> |
659 | 671 | <span class="dashicons dashicons-universal-access" aria-hidden="true"></span> |
660 | | <h4 class="title"><?php esc_html_e( 'Accessibility Updates for the Front-end and Back-end', 'buddypress' ); ?></h4> |
661 | | <p><?php esc_html_e( 'Continued improvements for universal acceess help make BuddyPress' back- and front-end screens usable for everyone (and on more devices).', 'buddypress' ); ?></p> |
| 672 | <h4 class="title"><?php esc_html_e( 'Accessibility Updates for the Front End and Back End', 'buddypress' ); ?></h4> |
| 673 | <p><?php esc_html_e( 'Continued improvements for universal access help make BuddyPress\' back- and front-end screens usable for everyone (and on more devices).', 'buddypress' ); ?></p> |
662 | 674 | </div> |
663 | 675 | |
664 | 676 | <div class="bp-feature"> |
665 | | <span class="dashicons dashicons-admin-page" aria-hidden="true"></span> |
666 | | <h4 class="title"><?php esc_html_e( 'Use WP Page Names for Headings of BP Directory Pages', 'buddypress' ); ?></h4> |
667 | | <p><?php esc_html_e( 'Whatever you choose as the title of your Activity, Sites, Members, or Groups directory pages in the back end, is what you\'ll get as the heading in the front end.', 'buddypress' ); ?></p> |
| 677 | <span class="dashicons dashicons-screenoptions" aria-hidden="true"></span> |
| 678 | <h4 class="title"><?php |
| 679 | /* translators: %s: BP_Button */ |
| 680 | printf( __( 'Refactored %s Class to Accept New Arguments', 'buddypress' ), '<code>BP_Button</code>' ); |
| 681 | ?></h4> |
| 682 | <p><?php esc_html_e( 'Provides developers with improved syntax and more control over the rendering of buttons.', 'buddypress' ); ?></p> |
668 | 683 | </div> |
669 | 684 | |
670 | 685 | <div class="bp-feature opposite"> |
671 | 686 | <span class="dashicons dashicons-image-filter" aria-hidden="true"></span> |
672 | 687 | <h4 class="title"><?php esc_html_e( 'Improvements to a Single Group\'s Management Screens', 'buddypress' ); ?></h4> |
673 | | <p><?php esc_html_e( 'Improved markup, new modular group management templates, and a new member search form are just some of the enhancements added to the single group admin screens.', 'buddypress' ); ?></p> |
| 688 | <p><?php esc_html_e( 'Improved markup, new modular group management templates, and a new member search form are just some of the enhancements added to the single group admin screens.', 'buddypress' ); ?></p> |
674 | 689 | </div> |
675 | 690 | |
676 | 691 | <div class="bp-feature"> |
677 | 692 | <span class="dashicons dashicons-groups" aria-hidden="true"></span> |
678 | | <h4 class="title"><?php esc_html_e( 'Support for Querying for Groups by New Column "parent_id"', 'buddypress' ); ?></h4> |
679 | | <p><?php esc_html_e( 'Query support for hierarchical groups which allows developers to extend this with their own plugins to add custom front-end functionality as needed.', 'buddypress' ); ?></p> |
| 693 | <h4 class="title"><?php |
| 694 | /* translators: %s: parent_id */ |
| 695 | printf( __( 'Support for Querying for Groups by New Column %s', 'buddypress' ), '<code>parent_id</code>' ); |
| 696 | ?></h4> |
| 697 | <p><?php esc_html_e( 'Query support for hierarchical groups makes it much easier for developers to add custom front-end functionality.', 'buddypress' ); ?></p> |
680 | 698 | </div> |
681 | 699 | |
682 | 700 | <div class="bp-feature opposite"> |
683 | 701 | <span class="dashicons dashicons-chart-bar" aria-hidden="true"></span> |
684 | 702 | <h4 class="title"><?php esc_html_e( 'Many, Many Performance Improvements', 'buddypress' ); ?></h4> |
685 | | <p><?php esc_html_e( 'Improve performance by removing extra database queries, adding new cache calls, and removing the number of loops in "bp_get_user_groups()".', 'buddypress' ); ?></p> |
| 703 | <p><?php |
| 704 | /* translators: %s: bp_get_user_groups() */ |
| 705 | printf( __( 'Improved performance by removing extra database queries, adding new cache calls, and removing the number of loops in %s.', 'buddypress' ), '<code>bp_get_user_groups()</code>' ); |
| 706 | ?></p> |
686 | 707 | </div> |
687 | 708 | |
688 | 709 | |
… |
… |
class BP_Admin { |
691 | 712 | |
692 | 713 | <div class="bp-changelog-section"> |
693 | 714 | <h3 class="changelog-title"><?php esc_html_e( 'And so much more!', 'buddypress' ); ?></h3> |
694 | | <p class="bp-changelog-url"><a href="https://codex.buddypress.org/version-2-7-0/"><?php esc_html_e( 'Changelog for BuddyPress 2.7.0.', 'buddypress' ); ?></a></p> |
| 715 | <p class="bp-changelog-url"><a href="https://codex.buddypress.org/releases/version-2-7-0/"><?php esc_html_e( 'Changelog for BuddyPress 2.7.', 'buddypress' ); ?></a></p> |
695 | 716 | |
696 | 717 | </div> |
697 | 718 | |
… |
… |
class BP_Admin { |
841 | 862 | <a href="https://profiles.wordpress.org/henrywright/">Henry Wright (henry.wright)</a>, |
842 | 863 | <a href="https://profiles.wordpress.org/herbovec/">herbovec</a>, |
843 | 864 | <a href="https://profiles.wordpress.org/hnla/">Hugo (hnla)</a>, |
844 | | <a href="https://profiles.wordpress.org/jdgrimes/">J.D. Grimes jdgrimes</a>, |
| 865 | <a href="https://profiles.wordpress.org/jdgrimes/">J.D. Grimes (jdgrimes)</a>, |
845 | 866 | <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby (johnjamesjacoby)</a>, |
846 | 867 | <a href="https://profiles.wordpress.org/dunhakdis/">Joseph G. (dunhakdis)</a>, |
847 | 868 | <a href="https://profiles.wordpress.org/kitsunesolar/">kitsunesolar</a>, |