Changeset 10688 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 03/03/2009 06:37:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r10680 r10688 748 748 $title = wp_specialchars( $title ); 749 749 750 $description = wp_specialchars( strip_tags(html_entity_decode($item->get_description(), ENT_QUOTES )) );750 $description = wp_specialchars( strip_tags(html_entity_decode($item->get_description(), ENT_QUOTES, get_option('blog_charset'))) ); 751 751 752 752 list($link, $frag) = explode( '#', $item->get_link() );
Note: See TracChangeset
for help on using the changeset viewer.