Changeset 1239 for trunk/wp-includes/template-functions-general.php
- Timestamp:
- 05/07/2004 11:56:33 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/template-functions-general.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-general.php
r1235 r1239 485 485 function allowed_tags() { 486 486 global $allowedtags; 487 $allowed = ''; 487 488 foreach($allowedtags as $tag => $attributes) { 488 489 $allowed .= '<'.$tag;
Note: See TracChangeset
for help on using the changeset viewer.