Changeset 11533
- Timestamp:
- 06/08/2009 09:02:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r11503 r11533 3247 3247 if ( !empty($city) ) { 3248 3248 $selectcontinent = $continent; 3249 $structure .= '<optgroup label="'. esc_attr( translate( $continent ) ) .'">' . "\n"; // continent3249 $structure .= '<optgroup label="'. esc_attr( translate( $continent, "continents-cities" ) ) .'">' . "\n"; // continent 3250 3250 } 3251 3251 }
Note: See TracChangeset
for help on using the changeset viewer.