Changes for new geourl functionality.

Example added to index.php.
Install and update done.


git-svn-id: https://develop.svn.wordpress.org/trunk@294 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little
2003-08-05 22:44:38 +00:00
parent 7274da6d08
commit b5701a52a3
11 changed files with 450 additions and 46 deletions

View File

@@ -15,6 +15,7 @@ function get_option_widget($option_result, $editable, $between)
switch ($option_result->option_type) {
case 1: // integer
case 3: // string
case 8: // float
case 6: // range -- treat same as integer for now!
if (($option_result->option_type == 1) || ($option_result->option_type == 1)) {
$width = 6;