Changeset 45590 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 07/02/2019 11:41:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r45589 r45590 5852 5852 */ 5853 5853 function maybe_hash_hex_color( $color ) { 5854 if ( $unhashed = sanitize_hex_color_no_hash( $color ) ) { 5854 $unhashed = sanitize_hex_color_no_hash( $color ); 5855 if ( $unhashed ) { 5855 5856 return '#' . $unhashed; 5856 5857 }
Note: See TracChangeset
for help on using the changeset viewer.