Making WordPress.org

Changeset 6947


Ignore:
Timestamp:
03/28/2018 01:27:22 AM (7 years ago)
Author:
dd32
Message:

Main: About: Mark a meta description as translatable.

See #3046.

File:
1 edited

Legend:

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

    r6887 r6947  
    2828        case 'page-about-accessibility.php':
    2929            $title = esc_html__( 'WordPress Accessibility', 'wporg' );
    30             $desc  = /* TODO */ 'The WordPress community and the open source WordPress project is committed to being as inclusive and accessible as possible. We want users, regardless of device or ability, to be able to publish content and maintain a website or application built with WordPress.';
     30            $desc  = esc_html__( 'The WordPress community and the open source WordPress project is committed to being as inclusive and accessible as possible. We want users, regardless of device or ability, to be able to publish content and maintain a website or application built with WordPress.', 'wporg' );
    3131            break;
    3232
Note: See TracChangeset for help on using the changeset viewer.