Changeset 42875 for trunk/src/wp-includes/class-wp-customize-widgets.php
- Timestamp:
- 03/25/2018 06:09:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-widgets.php
r42630 r42875 906 906 * @since 3.9.0 907 907 * 908 * @param array$widget_ids Array of widget IDs.909 * @return arrayArray of sanitized widget IDs.908 * @param string[] $widget_ids Array of widget IDs. 909 * @return string[] Array of sanitized widget IDs. 910 910 */ 911 911 public function sanitize_sidebar_widgets( $widget_ids ) {
Note: See TracChangeset
for help on using the changeset viewer.