- Timestamp:
- 12/03/2013 05:05:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/widgets.php
r26355 r26556 17 17 * The supported post formats. 18 18 * 19 * @access private 19 20 * @since Twenty Fourteen 1.0 20 21 * … … 26 27 * Pluralized post format strings. 27 28 * 29 * @access private 28 30 * @since Twenty Fourteen 1.0 29 31 * … … 66 68 * Output the HTML for this widget. 67 69 * 68 * @since Twenty Fourteen 1.0 69 * 70 * @param array $args An array of standard parameters for widgets in this theme. 70 * @access public 71 * @since Twenty Fourteen 1.0 72 * 73 * @param array $args An array of standard parameters for widgets in this theme. 71 74 * @param array $instance An array of settings for this widget instance. 72 75 * @return void Echoes its output. … … 220 223 221 224 /** 222 * Deal with the settings when they are saved by the admin. Here is where 223 * any validation should happen. 224 * 225 * @since Twenty Fourteen 1.0 226 * 227 * @param array $new_instance 228 * @param array $instance 229 * @return array 225 * Deal with the settings when they are saved by the admin. 226 * 227 * Here is where any validation should happen. 228 * 229 * @since Twenty Fourteen 1.0 230 * 231 * @param array $new_instance New widget instance. 232 * @param array $instance Original widget instance. 233 * @return array Updated widget instance. 230 234 */ 231 235 function update( $new_instance, $instance ) {
Note: See TracChangeset
for help on using the changeset viewer.