Changeset 11013 for trunk/wp-includes/widgets.php
- Timestamp:
- 04/20/2009 06:18:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/widgets.php
r11009 r11013 36 36 37 37 /** Echo the widget content. 38 * 38 * 39 39 * Subclasses should over-ride this function to generate their widget code. 40 40 * … … 47 47 48 48 /** Update a particular instance. 49 * 49 * 50 50 * This function should check that $new_instance is set correctly. 51 51 * The newly calculated value of $instance should be returned. … … 61 61 62 62 /** Echo the settings update form 63 * 63 * 64 64 * @param array $instance Current settings 65 65 */ … … 97 97 98 98 /** Constructs name attributes for use in form() fields 99 * 99 * 100 100 * This function should be used in form() methods to create name attributes for fields to be saved by update() 101 * 101 * 102 102 * @param string $field_name Field name 103 103 * @return string Name attribute for $field_name … … 108 108 109 109 /** Constructs id attributes for use in form() fields 110 * 110 * 111 111 * This function should be used in form() methods to create id attributes for fields to be saved by update() 112 * 112 * 113 113 * @param string $field_name Field name 114 114 * @return string ID attribute for $field_name
Note: See TracChangeset
for help on using the changeset viewer.