Changeset 6869 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-features.php
- Timestamp:
- 03/13/2018 05:00: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-features.php
r6868 r6869 27 27 } ); 28 28 29 add_filter( 'jetpack_open_graph_tags', function( $tags ) { 30 $tags['og:title'] = _esc_html__( 'WordPress Features', 'wporg' ); 31 /* translators: WordPress market share: 29%; */ 32 $tags['og:description'] = sprintf( _esc_html__( 'Discover why WordPress powers more than %s of the web. WordPress is a simple, flexible, user-friendly platform, with key features that include media management, SEO, and endless options for customization. More than 50,000 plugins extend the core functionality of WordPress even more. Build your site today.', '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.