Changeset 1771018
- Timestamp:
- 11/19/2017 10:16:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
easy-widget-columns/trunk/admin/class-easy-widget-columns-control.php
r1712728 r1771018 167 167 168 168 $instance['ewc_width'] = strip_tags( $new_instance['ewc_width'] ); 169 169 170 return $instance; 170 171 … … 192 193 193 194 preg_match( '/-([0-9]+)$/', $widget, $matches ); 195 194 196 return $matches[1]; 195 197
Note: See TracChangeset
for help on using the changeset viewer.