Changeset 32568 for trunk/src/wp-includes/class-wp-customize-widgets.php
- Timestamp:
- 05/24/2015 05:39:47 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-widgets.php
r32542 r32568 110 110 * 111 111 * @param $setting_id Setting ID. 112 * @return string| null Setting type. Null otherwise.112 * @return string|void Setting type. 113 113 */ 114 114 protected function get_setting_type( $setting_id ) { … … 1137 1137 * 1138 1138 * @param array $value Widget instance to sanitize. 1139 * @return array| nullSanitized widget instance.1139 * @return array|void Sanitized widget instance. 1140 1140 */ 1141 1141 public function sanitize_widget_instance( $value ) {
Note: See TracChangeset
for help on using the changeset viewer.