Changeset 6869 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-swag.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-swag.php
r6868 r6869 26 26 } ); 27 27 28 add_filter( 'jetpack_open_graph_tags', function( $tags ) { 29 $tags['og:title'] = _esc_html__( 'WordPress Swag', 'wporg' ); 30 $tags['og:description'] = _esc_html__( 'Show your WordPress pride and run with the coolest swag! You’ll be surprised how widely recognized our logo is around the world, bringing people together through recognition and community. Choose your WordPress swag today (Wapuu t-shirt, anyone?) and your purchase will also support free swag at WordCamps and meetups.', 'wporg' ); 31 $tags['twitter:text:title'] = $tags['og:title']; 32 $tags['twitter:description'] = $tags['og:description']; 33 34 return $tags; 35 } ); 28 // See inc/page-meta-descriptions.php for the meta description for this page. 36 29 37 30 get_header( 'child-page' );
Note: See TracChangeset
for help on using the changeset viewer.