Plugin Directory

Changeset 1476710


Ignore:
Timestamp:
08/17/2016 10:41:58 AM (10 years ago)
Author:
artcreativeme
Message:

Color added

Location:
colorize-admin/trunk
Files:
6 added
3 edited

Legend:

Unmodified
Added
Removed
  • colorize-admin/trunk/inc/admin-options.php

    r1474732 r1476710  
    4545               <option value="navy" <?php if (get_option( '_colorthemeadmin')=='navy' ) echo 'selected="Navy"'; ?> > Navy</option>
    4646               <option value="gray" <?php if (get_option( '_colorthemeadmin')=='gray' ) echo 'selected="Grey"'; ?> > Grey</option>
     47               <option value="gold" <?php if (get_option( '_colorthemeadmin')=='gold' ) echo 'selected="Gold"'; ?> > Gold</option>
    4748               <option value="olive" <?php if (get_option( '_colorthemeadmin')=='olive' ) echo 'selected="Olive"'; ?> > Olive</option>
    4849               <option value="peru" <?php if (get_option( '_colorthemeadmin')=='peru' ) echo 'selected="Peru"'; ?> > Peru</option>
     
    6162               <option value="goldenrod" <?php if (get_option( '_colorthemeadmin')=='goldenrod' ) echo 'selected="Golden Rod"'; ?> > Golden Rod</option>
    6263               <option value="forestgreen" <?php if (get_option( '_colorthemeadmin')=='forestgreen' ) echo 'selected="Forest Green"'; ?> > Forest Green</option>
     64               <option value="antiquewhite" <?php if (get_option( '_colorthemeadmin')=='antiquewhite' ) echo 'selected="Antique White"'; ?> > Antique White</option>
     65               <option value="ghostwhite" <?php if (get_option( '_colorthemeadmin')=='ghostwhite' ) echo 'selected="Ghost White"'; ?> > Ghost White</option>
    6366               <option value="yellowgreen" <?php if (get_option( '_colorthemeadmin')=='yellowgreen' ) echo 'selected="Yellow Green"'; ?> > Yellow Green</option>
    6467               <option value="rebeccapurple" <?php if (get_option( '_colorthemeadmin')=='rebeccapurple' ) echo 'selected="Rebecca Purple"'; ?> > Rebecca Purple</option>
  • colorize-admin/trunk/readme.txt

    r1474730 r1476710  
    33Tags:Color scheme,scheme,colorize,admin theme,admin color,color theme,custom color,colors,color theme,admin,admin custom
    44Requires at least: 4.0
    5 Tested up to: 4.5.3
    6 Stable tag: 1.6
     5Tested up to: 4.6
     6Stable tag: 1.7
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1414This is a simple plugin that will make your wp admin panel theme much more pleasant for work. Using specific colours you improve your work surrounding and simple and clean design of your wp admin panel.
    1515
    16 * 23 color themes.
     16* 26 color themes.
    1717* Tested with other popular plugins.
    18 * last update 15/8/2016
     18* last update 17/8/2016
    1919
    2020
     
    8282*  Three new colors
    8383*  New Homepage
     84
     85= 1.7 =
     86
     87*  Three new colors
  • colorize-admin/trunk/wpvote-colorize-admin.php

    r1474730 r1476710  
    55Description: This is a simple plugin that will make your wp admin panel theme much more pleasant for work.
    66Author: cicophoto
    7 Version: 1.6
     7Version: 1.7
    88Author URI: http://colorizeadmin.info
    99License: GNU/GPL http://www.gnu.org/copyleft/gpl.html
Note: See TracChangeset for help on using the changeset viewer.