PluginProbe
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses / 4.4.8
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses v4.4.8
4.4.8 4.4.7 4.4.6 4.4.5 4.4.4 4.4.3 4.4.2 4.4.1 4.4.0 4.3.9.1 4.3.9 4.3.8 4.3.7 4.1.6.9 4.1.6.9.1 4.1.6.9.2 4.1.6.9.3 4.1.6.9.4 4.1.7 4.1.7.1 4.1.7.2 4.1.7.3 4.1.7.3.1 4.1.7.3.2 4.2.0 All 139 releases
← All changes | inc/admin/meta-box/fields/image-dimensions.php +2 -2 4.2.04.4.8 View file →
@@ -13,11 +13,11 @@
13 13 </th>
14 14 <td class="forminp image_width_settings">
15 15 <input name="<?php echo esc_attr( $value['id'] ); ?>[width]"
16 16 id="<?php echo esc_attr( $value['id'] ); ?>-width" type="text"
17 - size="3" value="<?php echo esc_attr( $width ); ?>" />&times;
17 + size="5" value="<?php echo esc_attr( $width ); ?>" />&times;
18 18 <input name="<?php echo esc_attr( $value['id'] ); ?>[height]"
19 19 id="<?php echo esc_attr( $value['id'] ); ?>-height"
20 - type="text" size="3"
20 + type="text" size="5"
21 21 value="<?php echo esc_attr( $height ); ?>" />px
22 22 </td>
23 23 </tr>