Changeset 558 for trunk/wp-admin/optionhandler.php
- Timestamp:
- 11/25/2003 12:46:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/optionhandler.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/optionhandler.php
r294 r558 51 51 ."WHERE option_id = $option_result->option_id " 52 52 ."ORDER BY optionvalue_seq"); 53 ++$querycount; 53 54 if ($select) { 54 55 foreach($select as $option) { … … 68 69 // first get the sql to run 69 70 $sql = $wpdb->get_var("SELECT optionvalue FROM $tableoptionvalues WHERE option_id = $option_result->option_id"); 71 ++$querycount; 70 72 if (!$sql) { 71 73 return $option_result->option_name . $editable;
Note: See TracChangeset
for help on using the changeset viewer.