Making WordPress.org

Ticket #4991: page-meta-patch.diff

File page-meta-patch.diff, 1.2 KB (added by Spongsta, 4 years ago)

Possible patch file

  • wordpress.org/public_html/wp-content/themes/pub/wporg-main/inc/page-meta-descriptions.php

     
    9999
    100100                case 'page-about-requirements.php':
    101101                        $title = esc_html__( 'Hosting Requirements for WordPress', 'wporg' );
    102                         $desc  = esc_html__( 'Running WordPress doesn’t require a lot, but your host will still need to meet a few minimum requirements. Learn about the website hosting requirements to run WordPress, including our recommendation to support PHP 7.2+ and HTTPS. Not sure how to ask your host for these details? Use the sample email we include.', 'wporg' );
     102                        $desc  = esc_html__( 'Running WordPress doesn’t require a lot, but your host will still need to meet a few minimum requirements. Learn about the website hosting requirements to run WordPress, including our recommendation to support PHP 7.3+ and HTTPS. Not sure how to ask your host for these details? Use the sample email we include.', 'wporg' );
    103103                        break;
    104104
    105105                case 'page-about-roadmap.php':