- Timestamp:
- 10/21/2019 03:45:34 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/functions.php
r9180 r9215 72 72 $GLOBALS['pagetitle'] = wp_get_document_title(); 73 73 } 74 add_action( ' template_redirect', __NAMESPACE__ . '\set_document_title');74 add_action( 'get_header', __NAMESPACE__ . '\set_document_title', 10 ); 75 75 76 76 /**
Note: See TracChangeset
for help on using the changeset viewer.