- Timestamp:
- 11/25/2025 06:53:28 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/inc/widgets.php
r60513 r61309 50 50 * @since Twenty Eleven 1.0 51 51 * 52 * @param array $args An array of standard parameters for widgets in this theme.53 * @param array $instance An array of settings for this widget instance.52 * @param array $args An array of standard parameters for widgets in this theme. 53 * @param array<string, string|int> $instance An array of settings for this widget instance. 54 54 */ 55 55 public function widget( $args, $instance ) { … … 157 157 * 158 158 * @since Twenty Eleven 1.0 159 * 160 * @param array $new_instance New widget instance. 161 * @param array $old_instance Original widget instance. 162 * @return array<string, string|int> Updated widget instance. 159 163 */ 160 164 public function update( $new_instance, $old_instance ) {
Note: See TracChangeset
for help on using the changeset viewer.