Make WordPress Core

Ticket #44209: #44209.diff

File #44209.diff, 907 bytes (added by swift, 6 years ago)

patch for this bug

  • wp-admin/includes/misc.php

    diff --git a/wp-admin/includes/misc.php b/wp-admin/includes/misc.php
    index 1c575f8e25..bc0ea04ea4 100644
    a b function wp_color_scheme_settings() { 
    924924        } else {
    925925                // Fall back to the default set of icon colors if the default scheme is missing.
    926926                $icon_colors = array(
    927                         'base'    => '#82878c',
     927                        'base'    => '#a0a5aa',
    928928                        'focus'   => '#00a0d2',
    929929                        'current' => '#fff',
    930930                );
  • wp-includes/general-template.php

    diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php
    index 331d1f21cf..1758c08f3e 100644
    a b function register_admin_color_schemes() { 
    39983998                false,
    39993999                array( '#222', '#333', '#0073aa', '#00a0d2' ),
    40004000                array(
    4001                         'base'    => '#82878c',
     4001                        'base'    => '#a0a5aa',
    40024002                        'focus'   => '#00a0d2',
    40034003                        'current' => '#fff',
    40044004                )