Changeset 46596 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 10/26/2019 09:07:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r46580 r46596 1281 1281 * @since 4.0.0 1282 1282 * 1283 * @param array $title_array Parts of the page title.1283 * @param string[] $title_array Array of parts of the page title. 1284 1284 */ 1285 1285 $title_array = apply_filters( 'wp_title_parts', explode( $t_sep, $title ) );
Note: See TracChangeset
for help on using the changeset viewer.