Changeset 32893 for trunk/src/wp-includes/class-wp-customize-setting.php
- Timestamp:
- 06/20/2015 07:54:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-setting.php
r32878 r32893 867 867 868 868 if ( ! empty( $original_title ) ) { 869 $value['original_title'] = $original_title;869 $value['original_title'] = html_entity_decode( $original_title, ENT_QUOTES, get_bloginfo( 'charset' ) ); 870 870 } 871 871 }
Note: See TracChangeset
for help on using the changeset viewer.