Skip to content

Commit b3f62ac

Browse files
Merge pull request #287 from 10up/fix/286
fix/286: Enable "most used" palette by default.
2 parents b8aff00 + 1696e27 commit b3f62ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inc/plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function render_isc_writing_setting() {
133133
* @return boolean
134134
*/
135135
function get_most_used_palette_setting() {
136-
return 'on' === get_option( 'tenup_isc_most_read_palette' );
136+
return 'on' === get_option( 'tenup_isc_most_read_palette', 'on' );
137137
}
138138

139139
/**

0 commit comments

Comments
 (0)