Changeset 5050
- Timestamp:
- 03/16/2007 07:30:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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);
Note: See TracChangeset
for help on using the changeset viewer.