- Timestamp:
- 05/16/2020 06:40:52 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-custom-image-header.php
r47550 r47808 282 282 */ 283 283 public function show_header_selector( $type = 'default' ) { 284 if ( 'default' == $type ) {284 if ( 'default' === $type ) { 285 285 $headers = $this->default_headers; 286 286 } else { … … 360 360 return; 361 361 text_color = $('#text-color'); 362 if ( '' == text_color.val().replace('#', '') ) {362 if ( '' === text_color.val().replace('#', '') ) { 363 363 text_color.val( default_color ); 364 364 pickColor( default_color );
Note: See TracChangeset
for help on using the changeset viewer.