Ticket #30482: 30482.diff
File 30482.diff, 620 bytes (added by , 10 years ago) |
---|
-
wp-includes/widgets.php
108 108 } 109 109 110 110 /** 111 * PHP4 constructor112 */113 public function WP_Widget( $id_base, $name, $widget_options = array(), $control_options = array() ) {114 WP_Widget::__construct( $id_base, $name, $widget_options, $control_options );115 }116 117 /**118 111 * Constructs name attributes for use in form() fields 119 112 * 120 113 * This function should be used in form() methods to create name attributes for fields to be saved by update()