Changeset 650 for trunk/wp-includes/functions.php
- Timestamp:
- 12/24/2003 08:43:04 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r646 r650 1309 1309 $attributes = $regex[2]; 1310 1310 if($attributes) { 1311 // fix to avoid CSS defacements 1312 if ($is_comment) { 1313 $attributes = str_replace('style=', 'title=', $attributes); 1314 $attributes = str_replace('class=', 'title=', $attributes); 1315 $attributes = str_replace('id=', 'title=', $attributes); 1316 } 1311 1317 1312 $attributes = ' '.$attributes; 1318 1313 }
Note: See TracChangeset
for help on using the changeset viewer.