Changeset 7288 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/page-homepage.php
- Timestamp:
- 06/09/2018 03:56:16 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/page-homepage.php
r5927 r7288 1 1 <?php 2 3 2 /** 4 3 * Template Name: bbPress - Support (Index) … … 7 6 * @subpackage Theme 8 7 */ 8 9 /** 10 * Adds a custom description meta tag. 11 */ 12 add_action( 'wp_head', function() { 13 printf( '<meta name="description" content="%s" />' . "\n", esc_attr__( 'Our community support articles are the best place to get the most out of WordPress. Learn how to set up your website, troubleshoot problems, customize your site, and more.', 'wporg-forums' ) ); 14 } ); 9 15 10 16 get_header(); ?>
Note: See TracChangeset
for help on using the changeset viewer.