- Timestamp:
- 07/28/2025 07:16:52 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/widgets.php
r59158 r60519 46 46 47 47 /** 48 * Enqueue scripts.48 * Enqueues scripts. 49 49 * 50 50 * @since Twenty Fourteen 1.7 … … 63 63 64 64 /** 65 * Output the HTML for this widget.65 * Outputs the HTML for this widget. 66 66 * 67 67 * @since Twenty Fourteen 1.0 … … 257 257 258 258 /** 259 * Deal with the settings when they are saved by the admin.259 * Deals with the settings when they are saved by the admin. 260 260 * 261 261 * Here is where any validation should happen. … … 281 281 282 282 /** 283 * Display the form for this widget on the Widgets page of the Admin area.283 * Displays the form for this widget on the Widgets page of the Admin area. 284 284 * 285 285 * @since Twenty Fourteen 1.0
Note: See TracChangeset
for help on using the changeset viewer.