Changeset 5044
- Timestamp:
- 03/16/2007 01:20:53 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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);
Note: See TracChangeset
for help on using the changeset viewer.