Changeset 46696 for trunk/src/wp-includes/class-wp-customize-widgets.php
- Timestamp:
- 11/11/2019 02:41:15 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-widgets.php
r46644 r46696 622 622 * 623 623 * @param string $setting_id Widget setting ID. 624 * @return WP_Error|arrayArray containing a widget's id_base and number components,624 * @return array|WP_Error Array containing a widget's id_base and number components, 625 625 * or a WP_Error object. 626 626 */ … … 1393 1393 * 1394 1394 * @param string $widget_id Widget ID. 1395 * @return WP_Error|arrayArray containing the updated widget information.1395 * @return array|WP_Error Array containing the updated widget information. 1396 1396 * A WP_Error object, otherwise. 1397 1397 */
Note: See TracChangeset
for help on using the changeset viewer.