Changeset 1512 for trunk/wp-includes/functions-formatting.php
- Timestamp:
- 08/06/2004 01:28:51 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions-formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions-formatting.php
r1488 r1512 121 121 122 122 function sanitize_title($title, $fallback_title = '') { 123 $title = strip_tags($title); 123 124 $title = apply_filters('sanitize_title', $title); 124 $title = strip_tags($title); 125 125 126 if (empty($title)) { 126 127 $title = $fallback_title;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)