Changeset 5044
- Timestamp:
- 03/16/07 01:20:53 (2 years ago)
- Files:
-
- trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/functions.php
r5039 r5044 1281 1281 $q = http_build_query($_POST); 1282 1282 $q = explode( ini_get('arg_separator.output'), $q); 1283 $html .= "\t<form method='post' action=' $pagenow'>\n";1283 $html .= "\t<form method='post' action='" . attribute_escape($pagenow) . "'>\n"; 1284 1284 foreach ( (array) $q as $a ) { 1285 1285 $v = substr(strstr($a, '='), 1);
