Making WordPress.org


Ignore:
Timestamp:
06/09/2018 03:56:16 AM (6 years ago)
Author:
obenland
Message:

Support: Update site titles and add description.

See #3539.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/page-homepage.php

    r5927 r7288  
    11<?php
    2 
    32/**
    43 * Template Name: bbPress - Support (Index)
     
    76 * @subpackage Theme
    87 */
     8
     9/**
     10 * Adds a custom description meta tag.
     11 */
     12add_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} );
    915
    1016get_header(); ?>
Note: See TracChangeset for help on using the changeset viewer.