- Timestamp:
- 02/24/2023 06:21:21 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/inc/theme-options.php
r55414 r55420 447 447 448 448 // Don't do anything if the current link color is the default. 449 if ( $default_options['link_color'] == $link_color ) {449 if ( $default_options['link_color'] === $link_color ) { 450 450 return; 451 451 }
Note: See TracChangeset
for help on using the changeset viewer.