PluginProbe
Darkify – Dark Mode & Night Mode for Website & Admin (Dark Theme Included) / 2.1.3
Darkify – Dark Mode & Night Mode for Website & Admin (Dark Theme Included) v2.1.3
2.1.3 2.1.2 2.1.1 2.1.0 2.0.4 2.0.3 2.0.2 2.0.1 2.0.0 1.5.5 1.5.4 1.5.3 1.5.2 1.5.1 1.5.0 trunk 1.0.1 1.1.0 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.3.0 All 57 releases
← All changes | src/Admin/Views/ColorControl.php +2 -2 2.1.22.1.3 View file →
@@ -796,13 +796,13 @@
796 796 ),
797 797 array(
798 798 'id' => 'color_overrides',
799 799 'type' => 'repeater',
800 - 'class' => 'replacement_repeater repeater_pro_only',
800 + 'class' => 'color_override_repeater repeater_pro_only',
801 801 'title' => esc_html__('Replace Individual Colors', 'darkify'),
802 802 'title_help' =>
803 803 '<div class="darkify-info-label">' .
804 - __('Pin one light-mode color to an exact dark-mode color. Overrides are matched against the color the element actually renders with, so a handful of colors can be pinned without changing how the rest of the site is handled.', 'darkify') .
804 + __('Pin one light-mode color to an exact dark-mode color. Overrides are matched exactly against the color the element actually renders with — #ffffff and #fffffe are two separate rules — so a handful of colors can be pinned without changing how the rest of the site is handled.', 'darkify') .
805 805 '</div>',
806 806
807 807 'fields' => array(
808 808 array(