Changeset 2010 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/functions.php
- Timestamp:
- 10/26/2015 07:41:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/functions.php
r1821 r2010 102 102 add_filter( 'wp_parser_skip_duplicate_hooks', '__return_true' ); 103 103 104 add_filter( 'document_title_separator', __NAMESPACE__ . '\\theme_title_separator', 10, 2 ); 105 } 106 107 /** 108 * Customize the theme title separator. 109 * 110 * @return string 111 */ 112 function theme_title_separator(){ 113 return '|'; 104 114 } 105 115
Note: See TracChangeset
for help on using the changeset viewer.