diff --git wp-includes/general-template.php wp-includes/general-template.php
index 70b1a78..6a931fd 100644
|
|
function wp_admin_css_color( $key, $name, $url, $colors = array(), $icons = arra |
3872 | 3872 | } |
3873 | 3873 | |
3874 | 3874 | /** |
3875 | | * Registers the default Admin color schemes |
| 3875 | * Registers the default Admin color schemes. |
| 3876 | * |
| 3877 | * Registers the initial set of eight color schemes in the |
| 3878 | * Profile section of the dashboard which allows for styling |
| 3879 | * the side menu and toolbar. |
| 3880 | * |
| 3881 | * @see wp_admin_css_color |
3876 | 3882 | * |
3877 | 3883 | * @since 3.0.0 |
| 3884 | * |
| 3885 | * @return void|boolean Void on success and false when using source files. |
3878 | 3886 | */ |
3879 | 3887 | function register_admin_color_schemes() { |
3880 | 3888 | $suffix = is_rtl() ? '-rtl' : ''; |