Changeset 43701 for branches/4.9
- Timestamp:
- 10/11/2018 03:47:44 AM (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
r43611 r43701 1954 1954 1955 1955 /** This filter is documented in wp-includes/option.php */ 1956 $value = apply_filters( 'option_' . $option_name, $value , $option_name);1956 $value = apply_filters( 'option_' . $option_name, $value ); 1957 1957 } 1958 1958
Note: See TracChangeset
for help on using the changeset viewer.