Changeset 10757 for trunk/wp-includes/functions.php
- Timestamp:
- 03/10/2009 04:14:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r10756 r10757 3109 3109 $i++; 3110 3110 } 3111 3111 3112 3112 asort($zonen); 3113 3113 $structure = ''; … … 3134 3134 $city = $city . '/'. $subcity; 3135 3135 } 3136 $structure .= "\t<option ".((($continent.'/'.$city)==$selectedzone)?'selected="selected 3136 $structure .= "\t<option ".((($continent.'/'.$city)==$selectedzone)?'selected="selected"':'')." value=\"".($continent.'/'.$city)."\">$pad".str_replace('_',' ',$city)."</option>\n"; //Timezone 3137 3137 } else { 3138 $structure .= "<option ".(($continent==$selectedzone)?'selected="selected 3138 $structure .= "<option ".(($continent==$selectedzone)?'selected="selected"':'')." value=\"".$continent."\">".$continent."</option>\n"; //Timezone 3139 3139 } 3140 3140 }
Note: See TracChangeset
for help on using the changeset viewer.