Ticket #4991: page-meta-patch.diff
File page-meta-patch.diff, 1.2 KB (added by , 4 years ago) |
---|
-
wordpress.org/public_html/wp-content/themes/pub/wporg-main/inc/page-meta-descriptions.php
99 99 100 100 case 'page-about-requirements.php': 101 101 $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' ); 103 103 break; 104 104 105 105 case 'page-about-roadmap.php':