Changeset 3828 for branches/2.0/wp-includes/pluggable-functions.php
- Timestamp:
- 06/01/2006 09:47:50 PM (20 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-includes/pluggable-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/pluggable-functions.php
r3817 r3828 244 244 $html .= "\t<form method='post' action='$pagenow'>\n"; 245 245 foreach ( (array) $q as $a ) { 246 $v = substr(strstr($a, '='), 1); 247 $k = substr($a, 0, -(strlen($v)+1)); 246 list($k, $v) = explode('=', $a, 2); 248 247 $html .= "\t\t<input type='hidden' name='" . wp_specialchars( urldecode($k), 1 ) . "' value='" . wp_specialchars( urldecode($v), 1 ) . "' />\n"; 249 248 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)