mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user