Changeset 6732 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-requirements.php
- Timestamp:
- 02/24/2018 01:26:54 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-requirements.php
r6653 r6732 13 13 return get_template_part( 'page' ); 14 14 } 15 16 add_filter( 'jetpack_open_graph_tags', function( $tags ) { 17 $tags['og:title'] = _esc_html__( 'Hosting Requirements for WordPress', 'wporg' ); 18 $tags['og:description'] = _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' ); 19 $tags['twitter:text:title'] = $tags['og:title']; 20 $tags['twitter:description'] = $tags['og:description']; 21 22 return $tags; 23 } ); 15 24 16 25 get_header();
Note: See TracChangeset
for help on using the changeset viewer.