Changeset 8415 for trunk/wp-includes/general-template.php
- Timestamp:
- 07/23/2008 04:44:06 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/general-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r8069 r8415 257 257 $title = $prefix . $title; 258 258 259 $title = apply_filters('wp_title', $title, $sep );259 $title = apply_filters('wp_title', $title, $sep, $seplocation); 260 260 261 261 // Send it out
Note: See TracChangeset
for help on using the changeset viewer.