Changeset 42765
- Timestamp:
- 02/28/2018 03:27:46 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r42703 r42765 3919 3919 3920 3920 /** 3921 * Registers an admin colo ur scheme css file.3922 * 3923 * Allows a plugin to register a new admin colo ur scheme. For example:3921 * Registers an admin color scheme css file. 3922 * 3923 * Allows a plugin to register a new admin color scheme. For example: 3924 3924 * 3925 3925 * wp_admin_css_color( 'classic', __( 'Classic' ), admin_url( "css/colors-classic.css" ), array( … … 3960 3960 3961 3961 /** 3962 * Registers the default Admin color schemes 3962 * Registers the default admin color schemes. 3963 * 3964 * Registers the initial set of eight color schemes in the Profile section 3965 * of the dashboard which allows for styling the admin menu and toolbar. 3966 * 3967 * @see wp_admin_css_color() 3963 3968 * 3964 3969 * @since 3.0.0
Note: See TracChangeset
for help on using the changeset viewer.