Changeset 44387 for branches/5.0
- Timestamp:
- 01/03/2019 06:55:00 PM (7 years ago)
- Location:
- branches/5.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/class-wp-customize-widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0
-
branches/5.0/src/wp-includes/class-wp-customize-widgets.php
r41868 r44387 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.