Changeset 43611
- Timestamp:
- 09/03/2018 08:51:01 PM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/class-wp-customize-widgets.php
r41868 r43611 1954 1954 1955 1955 /** This filter is documented in wp-includes/option.php */ 1956 $value = apply_filters( 'option_' . $option_name, $value );1956 $value = apply_filters( 'option_' . $option_name, $value, $option_name ); 1957 1957 } 1958 1958
Note: See TracChangeset
for help on using the changeset viewer.