Changeset 10201 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/functions.php
- Timestamp:
- 08/22/2020 12:21:40 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/functions.php
r10169 r10201 40 40 */ 41 41 function wporg_get_global_header() { 42 $GLOBALS['pagetitle'] = wp_title( '|', false, 'right' ) . __( ' WordPress.org', 'wporg-learn' );42 $GLOBALS['pagetitle'] = wp_title( '|', false, 'right' ) . __( 'Learn WordPress', 'wporg-learn' ); 43 43 require WPORGPATH . 'header.php'; 44 44 }
Note: See TracChangeset
for help on using the changeset viewer.