Changeset 21394
- Timestamp:
- 08/01/2012 04:45:12 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentytwelve/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/functions.php
r21391 r21394 139 139 * 140 140 * @since Twenty Twelve 1.0 141 */ 142 function twentytwelve_wp_title( $title, $sep ) { 141 * 142 * @param string $title Default title text for current view. 143 * @param string $sep Optional separator. 144 * @return string Filtered title. 145 */ 146 function twentytwelve_wp_title( $title = '', $sep = '' ) { 143 147 global $paged, $page; 144 148
Note: See TracChangeset
for help on using the changeset viewer.