Changeset 6869 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.php
- Timestamp:
- 03/13/2018 05:00:54 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.php
r6868 r6869 27 27 } ); 28 28 29 add_filter( 'jetpack_open_graph_tags', function( $tags ) { 30 $tags['og:title'] = _esc_html__( 'WordPress Development Roadmap', 'wporg' ); 31 $tags['og:description'] = _esc_html__( 'The WordPress Roadmap lists major releases by date, includes details about the features of each release, and acknowledges the contributing community members. Learn about the status of upcoming releases, development cycles, issues, and milestones. Follow the progress of WordPress development week after week!', 'wporg' ); 32 $tags['twitter:text:title'] = $tags['og:title']; 33 $tags['twitter:description'] = $tags['og:description']; 34 35 return $tags; 36 } ); 29 // See inc/page-meta-descriptions.php for the meta description for this page. 37 30 38 31 get_header( 'child-page' );
Note: See TracChangeset
for help on using the changeset viewer.