Plugin Directory

Changeset 3126015


Ignore:
Timestamp:
07/26/2024 02:19:58 PM (18 months ago)
Author:
barryceelen
Message:

Minor refactor

Location:
default-admin-color-scheme
Files:
17 added
4 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • default-admin-color-scheme/trunk/class-default-admin-color-scheme.php

    r2724883 r3126015  
    33 * Contains the main plugin class.
    44 *
    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
    106 */
    117
    128/**
    139 * Plugin class.
    14  *
    15  * @package Default_Admin_Color_Scheme
    16  * @author  Barry Ceelen <b@rryceelen.com>
    1710 */
    1811class Default_Admin_Color_Scheme {
  • default-admin-color-scheme/trunk/default-admin-color-scheme.php

    r2724883 r3126015  
    33 * Main plugin file.
    44 *
    5  * Author:            Barry Ceelen
     5 * Author:            Plugin Pizza
    66 * Author URI:        https://github.com/barryceelen
    77 * Description:       Select a default admin color scheme for all users.
     
    1010 * License URI:       http://www.gnu.org/licenses/gpl-3.0.txt
    1111 * Plugin Name:       Default Admin Color Scheme
    12  * Plugin URI:        https://github.com/barryceelen/wp-default-admin-color-scheme
     12 * Plugin URI:        https://wordpress.org/plugins/default-admin-color-scheme
    1313 * Text Domain:       default-admin-color-scheme
    1414 * Version:           1.0.3
    1515 * Requires PHP:      5.3.0
    1616 * Requires at least: 3.8.0
    17  * GitHub Plugin URI: https://github.com/barryceelen/wp-default-admin-color-scheme
     17 * GitHub Plugin URI: https://github.com/plugin-pizza/default-admin-color-scheme
    1818 *
    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
    2420 *
    2521 * phpcs:disable WordPressVIPMinimum.Files.IncludingFile.UsingCustomConstant
  • default-admin-color-scheme/trunk/js/admin.js

    r2724883 r3126015  
    33 *
    44 * @since 1.0.0
    5  * @package Default_Admin_Color_Scheme
     5 * @package PluginPizza\DefaultAdminColorScheme
    66 */
    77
  • default-admin-color-scheme/trunk/readme.txt

    r2994839 r3126015  
    11=== Default Admin Color Scheme ===
    2 Contributors: functionsfile, barryceelen
     2Contributors: pluginpizza, barryceelen, functionsfile
    33Tags: admin, branding, color scheme, custom dashboard, dashboard, staging
    44Requires at least: 3.8
    5 Tested up to: 6.4
     5Tested up to: 6.6
    66Requires PHP: 5.3
    7 Stable tag: trunk
     7Stable tag: 1.0.3
    88License: GPLv3+
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    2121### Force an admin color scheme for all users?
    2222
    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.
     23An 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.
    2424
    25 ### Github
     25### Bug Reports
    2626
    27 Leave us a note or fork this plugin on [Github](https://github.com/barryceelen/wp-default-admin-color-scheme/issues).
     27Do 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/).
    2828
    2929== Installation ==
  • default-admin-color-scheme/trunk/templates/settings-checkbox.php

    r2724883 r3126015  
    33 * Render the checkbox for the settings page.
    44 *
    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
    106 */
    117
  • default-admin-color-scheme/trunk/uninstall.php

    r2724883 r3126015  
    33 * Fired when the plugin is uninstalled.
    44 *
    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
    106 */
    117
Note: See TracChangeset for help on using the changeset viewer.