diff --git a/admin/tpl/admin.php b/admin/tpl/admin.php index 7023397a6..fe824fc4e 100644 --- a/admin/tpl/admin.php +++ b/admin/tpl/admin.php @@ -6,7 +6,9 @@ -

+

+ +

@@ -46,7 +60,9 @@
-
+
+ +

@@ -75,11 +91,11 @@
@@ -102,7 +118,7 @@ ?> - +
@@ -125,7 +141,7 @@
- +
- +
- + $name ) { ?> diff --git a/base/inc/fields/image-size.class.php b/base/inc/fields/image-size.class.php index e223b3e28..c4bb04cbc 100644 --- a/base/inc/fields/image-size.class.php +++ b/base/inc/fields/image-size.class.php @@ -34,7 +34,7 @@ protected function get_default_options() { // 'thumb' is a small thumbnail image size defined by the current theme. $sizes = array( 'full' => __( 'Full', 'so-widgets-bundle' ), - 'thumb' => __( 'Thumbnail (Theme-defined)', 'so-widgets-bundle' ), + 'thumbnail' => __( 'Thumbnail (Theme-defined)', 'so-widgets-bundle' ), ); foreach ( $image_size_configs as $name => $size_config ) { @@ -84,7 +84,7 @@ protected function render_after_field( $value, $instance ) {