diff --git src/bp-core/classes/class-bp-admin.php src/bp-core/classes/class-bp-admin.php
index 67d0ef503..c111238ef 100644
|
|
class BP_Admin { |
828 | 828 | </p> |
829 | 829 | <ol> |
830 | 830 | <li> |
831 | | <?php esc_html_e( 'There’s a new "BuddyPress constants" panel into the WordPress Site Health information tool: have a look at it to check whether you’re using deprecated constants into your custom code or third party BP Plugins / Add-ons.', 'buddypress' ); ?> |
832 | | <?php esc_html_e( 'BTW, information into the "BuddyPress" & "BuddyPress constants" panels is very useful when you need to ask for support.', 'buddypress' ); ?> |
| 831 | <?php esc_html_e( 'There’s a new "BuddyPress constants" panel added to the WordPress Site Health information tool. Use it to check whether you’re using deprecated constants in your custom code or third party BP Plugins/Add-ons.', 'buddypress' ); ?> |
| 832 | <?php esc_html_e( 'The information in the "BuddyPress" and "BuddyPress constants" panels is also very useful when you need to ask for support.', 'buddypress' ); ?> |
833 | 833 | </li> |
834 | 834 | <li> |
835 | 835 | <?php |
836 | 836 | printf( |
837 | 837 | /* Translators: %s is a the link to the new User Documentation on GitHub */ |
838 | | esc_html__( 'Most BuddyPress Admin screens now have an help tab in their top right corner which include a link to an updated %s.', 'buddypress' ), |
| 838 | esc_html__( 'Most BuddyPress Admin screens now have a help tab in their top right corner which includes a link to an updated %s.', 'buddypress' ), |
839 | 839 | sprintf( |
840 | 840 | '<a href="%1$s">%2$s</a>', |
841 | 841 | esc_url( 'https://github.com/buddypress/buddypress/tree/master/docs/user/administration#readme' ), |
… |
… |
class BP_Admin { |
861 | 861 | <?php |
862 | 862 | printf( |
863 | 863 | /* translators: %s is the placeholder for the link to a developer note. */ |
864 | | esc_html__( 'Speaking of signups, the %s has been improved so that you can now send values for any xProfile fields registered into the Signups profile fields group.', 'buddypress' ), |
| 864 | esc_html__( 'Speaking of signups, the %s has been improved so that you can now submit values for any xProfile field registered as part of the Signups profile field group.', 'buddypress' ), |
865 | 865 | sprintf( |
866 | 866 | '<a href="%1$s">%2$s</a>', |
867 | 867 | esc_url( 'https://bpdevel.wordpress.com/2024/05/07/signup-fields-via-the-rest-api/' ), |
… |
… |
class BP_Admin { |
874 | 874 | <?php |
875 | 875 | printf( |
876 | 876 | /* translators: %s is the placeholder for the link to a developer note. */ |
877 | | esc_html__( 'Last but not least: completely overriding all BuddyPress texts with your community vocabulary using %s is finally natively supported again.', 'buddypress' ), |
| 877 | esc_html__( 'Last but not least, we again offer native support for overriding BuddyPress’s language with your community vocabulary using %s.', 'buddypress' ), |
878 | 878 | sprintf( |
879 | 879 | '<a href="%1$s">%2$s</a>', |
880 | 880 | esc_url( 'https://bpdevel.wordpress.com/2024/06/28/translating-buddypress-texts-into-your-community-vocabulary-is-back-in-14-0-0/' ), |
… |
… |
class BP_Admin { |
891 | 891 | <?php |
892 | 892 | printf( |
893 | 893 | /* Translators: %s is a black cat emoji. */ |
894 | | esc_html__( 'Compared to our previous major version (12.0.0 - the number right after was too intimidating %s), 14.0.0 is a quiet version.', 'buddypress' ), |
| 894 | esc_html__( 'Compared to our previous major version (12.0.0 - the number right after was too intimidating %s), 14.0.0 is a quieter update.', 'buddypress' ), |
895 | 895 | // phpcs:ignore WordPress.Security.EscapeOutput |
896 | 896 | wp_staticize_emoji( '🐈⬛' ) |
897 | 897 | ); |
898 | 898 | echo ' '; |
899 | | esc_html_e( 'After the huge BP Rewrites API revolution, the humans (us the BP Team) who maintain & support your favorite community plugin needed to get over their emotions to get ready for the new round of big changes arriving in 15.0.0.', 'buddypress' ); |
| 899 | esc_html_e( 'After the huge BP Rewrites API revolution, the humans (us the BP Team) who maintain and support your favorite community plugin needed to catch their breath to get ready for the new round of big changes arriving in 15.0.0.', 'buddypress' ); |
900 | 900 | ?> |
901 | 901 | </p> |
902 | 902 | |
… |
… |
class BP_Admin { |
910 | 910 | |
911 | 911 | <p> |
912 | 912 | <?php |
913 | | esc_html_e( 'Let’s keep in mind BuddyPress is an open source project maintained by volunteers giving freely their time & energy to help you build great WordPress community sites.', 'buddypress' ); |
| 913 | esc_html_e( 'Let’s keep in mind BuddyPress is an open source project maintained by volunteers giving freely of their time and energy to help you build great WordPress community sites.', 'buddypress' ); |
914 | 914 | echo ' '; |
915 | 915 | printf( |
916 | 916 | /* Translators: %s is a the link to the new Contributor Documentation on GitHub */ |
917 | | esc_html__( 'Don’t hesitate to send us some encouraging words & please consider contributing back to %s.', 'buddypress' ), |
| 917 | esc_html__( 'Don’t hesitate to send us some encouraging words and please consider contributing back to %s.', 'buddypress' ), |
918 | 918 | sprintf( |
919 | 919 | '<a href="%1$s">%2$s</a>', |
920 | 920 | esc_url( 'https://github.com/buddypress/buddypress/tree/master/docs/contributor#readme' ), |