Making WordPress.org


Ignore:
Timestamp:
03/29/2018 02:52:23 PM (7 years ago)
Author:
Otto42
Message:

Main: About: Add meta description for testimonials page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/inc/page-meta-descriptions.php

    r6969 r6970  
    101101            break;
    102102
     103        case 'page-about-testimonials.php':
     104            $title = esc_html__( 'WordPress Testimonials', 'wporg' );
     105            $desc  = esc_html__( 'People like to talk about WordPress! Make a tweet or a post using the #ilovewp hashtag, and your comments might be featured on WordPress.org!', 'wporg' );
     106            break;
     107
    103108        case 'page-about.php':
    104109            $title = esc_html__( 'Democratize Publishing', 'wporg' );
Note: See TracChangeset for help on using the changeset viewer.