Changeset 5050
- Timestamp:
- 03/16/07 19:30:21 (2 years ago)
- Files:
-
- branches/2.1/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.1/wp-includes/functions.php
r5040 r5050 1201 1201 $q = http_build_query($_POST); 1202 1202 $q = explode( ini_get('arg_separator.output'), $q); 1203 $html .= "\t<form method='post' action=' $pagenow'>\n";1203 $html .= "\t<form method='post' action='" . attribute_escape($pagenow) . "'>\n"; 1204 1204 foreach ( (array) $q as $a ) { 1205 1205 $v = substr(strstr($a, '='), 1);
