Changeset 6869 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-history.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-history.php
r6868 r6869 27 27 } ); 28 28 29 add_filter( 'jetpack_open_graph_tags', function( $tags ) { 30 $tags['og:title'] = _esc_html__( 'The History of WordPress', 'wporg' ); 31 /* translators: WordPress market share: 29%; */ 32 $tags['og:description'] = sprintf( _esc_html__( 'WordPress currently powers more than %s of the web. How did it grow to become the world’s leading web publishing platform? Learn about the history of WordPress: an open source software project built by an active community of contributors who are passionate about collaboration, empowerment, and the open web.', 'wporg' ), WP_MARKET_SHARE . '%' ); 33 $tags['twitter:text:title'] = $tags['og:title']; 34 $tags['twitter:description'] = $tags['og:description']; 35 36 return $tags; 37 } ); 29 // See inc/page-meta-descriptions.php for the meta description for this page. 38 30 39 31 get_header( 'child-page' );
Note: See TracChangeset
for help on using the changeset viewer.