- Timestamp:
- 06/09/2018 12:01:40 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/functions.php
r7073 r7287 75 75 76 76 /** 77 * Set the separator for the document title. 78 * 79 * @return string Document title separator. 80 */ 81 function document_title_separator() { 82 return '|'; 83 } 84 add_filter( 'document_title_separator', __NAMESPACE__ . '\document_title_separator' ); 85 86 /** 77 87 * Set the content width in pixels, based on the theme's design and stylesheet. 78 88 *
Note: See TracChangeset
for help on using the changeset viewer.