Changeset 7290 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/page-home.php
- Timestamp:
- 06/09/2018 04:41:44 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/page-home.php
r7115 r7290 3 3 Template Name: Home 4 4 */ 5 6 /** 7 * Adds a custom description meta tag. 8 */ 9 add_action( 'wp_head', function() { 10 printf( '<meta name="description" content="%s" />' . "\n", esc_attr__( 'Discover inspiration in some of the most beautiful, best designed WordPress websites.', 'wporg-showcase' ) ); 11 } ); 5 12 6 13 get_header();
Note: See TracChangeset
for help on using the changeset viewer.