Changeset 5213
- Timestamp:
- 03/30/2017 07:50:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
r5212 r5213 172 172 173 173 /** 174 * Set the separator for the document title. 175 * 176 * @return string Document title separator. 177 */ 178 function document_title_separator() { 179 return '—'; 180 } 181 add_filter( 'document_title_separator', __NAMESPACE__ . '\document_title_separator' ); 182 183 /** 174 184 * Shorten excerpt length on index pages, so plugins cards are all the same height. 175 185 *
Note: See TracChangeset
for help on using the changeset viewer.