Changeset 11204 for trunk/wp-includes/post.php
- Timestamp:
- 05/05/2009 07:43:53 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r11202 r11204 870 870 $value = format_to_edit($value); 871 871 } else { 872 $value = attr($value);872 $value = esc_attr($value); 873 873 } 874 874 } else if ( 'db' == $context ) { … … 889 889 890 890 if ( 'attribute' == $context ) 891 $value = attr($value);891 $value = esc_attr($value); 892 892 else if ( 'js' == $context ) 893 893 $value = js_escape($value);
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)