Changeset 3126015
- Timestamp:
- 07/26/2024 02:19:58 PM (18 months ago)
- Location:
- default-admin-color-scheme
- Files:
-
- 17 added
- 4 deleted
- 6 edited
-
assets/icon.svg (added)
-
branches (deleted)
-
tags/1.0.3 (added)
-
tags/1.0.3/class-default-admin-color-scheme.php (added)
-
tags/1.0.3/default-admin-color-scheme.php (added)
-
tags/1.0.3/index.php (added)
-
tags/1.0.3/js (added)
-
tags/1.0.3/js/admin.js (added)
-
tags/1.0.3/languages (added)
-
tags/1.0.3/languages/default-admin-color-scheme-de_DE.mo (added)
-
tags/1.0.3/languages/default-admin-color-scheme-de_DE.po (added)
-
tags/1.0.3/languages/default-admin-color-scheme-nl_NL.mo (added)
-
tags/1.0.3/languages/default-admin-color-scheme-nl_NL.po (added)
-
tags/1.0.3/languages/default-admin-color-scheme.pot (added)
-
tags/1.0.3/readme.txt (added)
-
tags/1.0.3/templates (added)
-
tags/1.0.3/templates/settings-checkbox.php (added)
-
tags/1.0.3/uninstall.php (added)
-
trunk/LICENSE.txt (deleted)
-
trunk/README.md (deleted)
-
trunk/class-default-admin-color-scheme.php (modified) (1 diff)
-
trunk/default-admin-color-scheme.php (modified) (2 diffs)
-
trunk/js/admin.js (modified) (1 diff)
-
trunk/languages/index.php (deleted)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/templates/settings-checkbox.php (modified) (1 diff)
-
trunk/uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
default-admin-color-scheme/trunk/class-default-admin-color-scheme.php
r2724883 r3126015 3 3 * Contains the main plugin class. 4 4 * 5 * @package Default_Admin_Color_Scheme 6 * @author Barry Ceelen <b@rryceelen.com> 7 * @license GPL-3.0+ 8 * @link https://github.com/barryceelen/wp-default-admin-color-scheme 9 * @copyright 2013 Barry Ceelen 5 * @package PluginPizza\DefaultAdminColorScheme 10 6 */ 11 7 12 8 /** 13 9 * Plugin class. 14 *15 * @package Default_Admin_Color_Scheme16 * @author Barry Ceelen <b@rryceelen.com>17 10 */ 18 11 class Default_Admin_Color_Scheme { -
default-admin-color-scheme/trunk/default-admin-color-scheme.php
r2724883 r3126015 3 3 * Main plugin file. 4 4 * 5 * Author: Barry Ceelen5 * Author: Plugin Pizza 6 6 * Author URI: https://github.com/barryceelen 7 7 * Description: Select a default admin color scheme for all users. … … 10 10 * License URI: http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * Plugin Name: Default Admin Color Scheme 12 * Plugin URI: https:// github.com/barryceelen/wp-default-admin-color-scheme12 * Plugin URI: https://wordpress.org/plugins/default-admin-color-scheme 13 13 * Text Domain: default-admin-color-scheme 14 14 * Version: 1.0.3 15 15 * Requires PHP: 5.3.0 16 16 * Requires at least: 3.8.0 17 * GitHub Plugin URI: https://github.com/ barryceelen/wp-default-admin-color-scheme17 * GitHub Plugin URI: https://github.com/plugin-pizza/default-admin-color-scheme 18 18 * 19 * @package Default_Admin_Color_Scheme 20 * @author Barry Ceelen <b@rryceelen.com> 21 * @license GPL-3.0+ 22 * @link https://github.com/barryceelen/wp-default-admin-color-scheme 23 * @copyright 2013 Barry Ceelen 19 * @package PluginPizza\DefaultAdminColorScheme 24 20 * 25 21 * phpcs:disable WordPressVIPMinimum.Files.IncludingFile.UsingCustomConstant -
default-admin-color-scheme/trunk/js/admin.js
r2724883 r3126015 3 3 * 4 4 * @since 1.0.0 5 * @package Default_Admin_Color_Scheme5 * @package PluginPizza\DefaultAdminColorScheme 6 6 */ 7 7 -
default-admin-color-scheme/trunk/readme.txt
r2994839 r3126015 1 1 === Default Admin Color Scheme === 2 Contributors: functionsfile, barryceelen2 Contributors: pluginpizza, barryceelen, functionsfile 3 3 Tags: admin, branding, color scheme, custom dashboard, dashboard, staging 4 4 Requires at least: 3.8 5 Tested up to: 6. 45 Tested up to: 6.6 6 6 Requires PHP: 5.3 7 Stable tag: trunk7 Stable tag: 1.0.3 8 8 License: GPLv3+ 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 21 21 ### Force an admin color scheme for all users? 22 22 23 An additional "Users can select their own color scheme" option enables you to add or remove the admin color scheme picker from the user ‘Profile’ settings page. If the color scheme picker is removed from the user profile settings page, all users will see the default color scheme you've selected.23 An additional option allows you to remove the admin color scheme picker from each user's ‘Profile’ settings page. Using this option results in all users seeing the same color scheme in the WordPress admin. 24 24 25 ### Github25 ### Bug Reports 26 26 27 Leave us a note or fork this plugin on [Github](https://github.com/barryceelen/wp-default-admin-color-scheme/issues).27 Do you want to report a bug or suggest a feature for Default Admin Color Scheme? Best to do so in the Default Admin Color Scheme [repository on GitHub](https://github.com/pluginpizza/default-admin-color-scheme/). 28 28 29 29 == Installation == -
default-admin-color-scheme/trunk/templates/settings-checkbox.php
r2724883 r3126015 3 3 * Render the checkbox for the settings page. 4 4 * 5 * @package Default_Admin_Color_Scheme 6 * @author Barry Ceelen <b@rryceelen.com> 7 * @license GPL-3.0+ 8 * @link https://github.com/barryceelen/wp-default-admin-color-scheme 9 * @copyright 2013 Barry Ceelen 5 * @package PluginPizza\DefaultAdminColorScheme 10 6 */ 11 7 -
default-admin-color-scheme/trunk/uninstall.php
r2724883 r3126015 3 3 * Fired when the plugin is uninstalled. 4 4 * 5 * @package Default_Admin_Color_Scheme 6 * @author Barry Ceelen <b@rryceelen.com> 7 * @license GPL-3.0+ 8 * @link https://github.com/barryceelen/wp-default-admin-color-scheme 9 * @copyright 2013 Barry Ceelen 5 * @package PluginPizza\DefaultAdminColorScheme 10 6 */ 11 7
Note: See TracChangeset
for help on using the changeset viewer.