Changeset 1488
- Timestamp:
- 07/27/2004 03:12:18 PM (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
r1481 r1488 122 122 function sanitize_title($title, $fallback_title = '') { 123 123 $title = apply_filters('sanitize_title', $title); 124 124 $title = strip_tags($title); 125 125 if (empty($title)) { 126 126 $title = $fallback_title;
Note: See TracChangeset
for help on using the changeset viewer.