Changeset 1019 for trunk/wp-admin/admin-functions.php
- Timestamp:
- 03/26/2004 10:16:00 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r990 r1019 291 291 $metavalue = trim($_POST['metavalue']); 292 292 293 if ( $metavalue&& (('#NONE#' != $metakeyselect) || $metakeyinput)) {293 if (isset($metavalue) && (('#NONE#' != $metakeyselect) || $metakeyinput)) { 294 294 // We have a key/value pair. If both the select and the 295 295 // input for the key have data, the input takes precedence:
Note: See TracChangeset
for help on using the changeset viewer.