Changes from trunk/wp-includes/widgets.php at r6109 to branches/2.3/wp-includes/widgets.php at r6183
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/wp-includes/widgets.php
r6109 r6183 787 787 788 788 $dims = array( 'width' => 350, 'height' => 170 ); 789 $class = array( 'classname' => 'widget_cat gories' );789 $class = array( 'classname' => 'widget_categories' ); 790 790 791 791 for ( $i = 1; $i <= 9; $i++ ) { … … 1002 1002 if ( $_POST["rss-submit-$number"] ) { 1003 1003 $newoptions[$number]['items'] = (int) $_POST["rss-items-$number"]; 1004 $url = clean_url(strip_tags(stripslashes($_POST["rss-url-$number"])));1004 $url = sanitize_url(strip_tags(stripslashes($_POST["rss-url-$number"]))); 1005 1005 $newoptions[$number]['title'] = trim(strip_tags(stripslashes($_POST["rss-title-$number"]))); 1006 1006 if ( $url !== $options[$number]['url'] ) {
Note: See TracChangeset
for help on using the changeset viewer.