Changeset 7278
- Timestamp:
- 03/14/2008 06:30:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/widgets.php
r7277 r7278 648 648 $options = array(); 649 649 $widget_ops = array('classname' => 'widget_text', 'description' => __('Arbitrary text or HTML')); 650 $control_ops = array('width' => 4 60, 'height' => 350, 'id_base' => 'text');650 $control_ops = array('width' => 400, 'height' => 350, 'id_base' => 'text'); 651 651 $name = __('Text'); 652 652 … … 1301 1301 $options = array(); 1302 1302 $widget_ops = array('classname' => 'widget_rss', 'description' => __( 'Entries from any RSS or Atom feed' )); 1303 $control_ops = array('width' => 4 10, 'height' => 200, 'id_base' => 'rss');1303 $control_ops = array('width' => 400, 'height' => 200, 'id_base' => 'rss'); 1304 1304 $name = __('RSS'); 1305 1305
Note: See TracChangeset
for help on using the changeset viewer.