Changeset 570 for trunk/wp-admin/optionhandler.php
- Timestamp:
- 12/05/2003 01:27:00 AM (23 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/optionhandler.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/optionhandler.php
r558 r570 51 51 ."WHERE option_id = $option_result->option_id " 52 52 ."ORDER BY optionvalue_seq"); 53 ++$querycount;54 53 if ($select) { 55 54 foreach($select as $option) { … … 69 68 // first get the sql to run 70 69 $sql = $wpdb->get_var("SELECT optionvalue FROM $tableoptionvalues WHERE option_id = $option_result->option_id"); 71 ++$querycount;72 70 if (!$sql) { 73 71 return $option_result->option_name . $editable;
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)