Making WordPress.org

Changeset 7298


Ignore:
Timestamp:
06/13/2018 07:52:27 AM (7 years ago)
Author:
obenland
Message:

Main: Update About page title & desc

See #3539.

File:
1 edited

Legend:

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

    r7234 r7298  
    107107        case 'page-about.php':
    108108            $title = esc_html__( 'Democratize Publishing', 'wporg' );
    109             $desc  = esc_html__( 'WordPress is software designed for everyone with emphasis on accessibility, performance, security, and usability.', 'wporg' );
     109            $desc  = esc_html__( 'Learn about the team behind WordPress, and where the most popular online publishing platform is heading in the future.', 'wporg' );
    110110            break;
    111111
     
    214214
    215215        case 'page-about.php':
    216             $title = esc_html_x( 'About', 'Page title', 'wporg' );
     216            $title = esc_html_x( 'About Us: Our Mission', 'Page title', 'wporg' );
    217217            break;
    218218
Note: See TracChangeset for help on using the changeset viewer.