Changeset 7298
- Timestamp:
- 06/13/2018 07:52:27 AM (7 years ago)
- 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 107 107 case 'page-about.php': 108 108 $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' ); 110 110 break; 111 111 … … 214 214 215 215 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' ); 217 217 break; 218 218
Note: See TracChangeset
for help on using the changeset viewer.