Changeset 35301
- Timestamp:
- 10/20/2015 06:35:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r35300 r35301 874 874 875 875 /** 876 * Filter sthe separator for the document title.876 * Filter the separator for the document title. 877 877 * 878 878 * @since 4.4.0 879 879 * 880 * @param string $sep The separator. Default '-'.880 * @param string $sep Document title separator. Default '-'. 881 881 */ 882 882 $sep = apply_filters( 'document_title_separator', '-' ); 883 883 884 884 /** 885 * Filter sthe parts of the document title.885 * Filter the parts of the document title. 886 886 * 887 887 * @since 4.4.0
Note: See TracChangeset
for help on using the changeset viewer.