Changeset 1865999
- Timestamp:
- 04/29/2018 12:28:51 PM (8 years ago)
- Location:
- admin-bar-styler
- Files:
-
- 4 edited
-
tags/1.1.0/alar-admin-bar-styler.php (modified) (1 diff)
-
tags/1.1.0/readme.txt (modified) (2 diffs)
-
trunk/alar-admin-bar-styler.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admin-bar-styler/tags/1.1.0/alar-admin-bar-styler.php
r1865996 r1865999 229 229 public function activation() { 230 230 $options = array( 231 'label' => '',232 'bg_color' => '#1565c0',233 'font_color' => '#dddddd',234 'hover_color' => '#0d47a1',235 );231 'label' => '', 232 'bg_color' => '#23282d', 233 'font_color' => '#cccccc', 234 'hover_color' => '#444444', 235 ); 236 236 update_option('admin_bar_styler', $options); 237 237 } -
admin-bar-styler/tags/1.1.0/readme.txt
r1865996 r1865999 16 16 17 17 == Managing Settings == 18 In your WordPress dashboard, hover the * Appearance* menu and you will find a new item named *Admin Bar*; click to manage thesettings.18 In your WordPress dashboard, hover the **Appearance** menu and you will find a new item named **Admin Bar**; click to manage your color settings. 19 19 20 20 == Installation == … … 25 25 == Changelog == 26 26 ## 1.1.0 27 - Enhance: set initial style to match core style. 27 28 - Enhance: rework script/style enqueuing. 28 29 - Enhance: added comments for clarity. -
admin-bar-styler/trunk/alar-admin-bar-styler.php
r1865996 r1865999 229 229 public function activation() { 230 230 $options = array( 231 'label' => '',232 'bg_color' => '#1565c0',233 'font_color' => '#dddddd',234 'hover_color' => '#0d47a1',235 );231 'label' => '', 232 'bg_color' => '#23282d', 233 'font_color' => '#cccccc', 234 'hover_color' => '#444444', 235 ); 236 236 update_option('admin_bar_styler', $options); 237 237 } -
admin-bar-styler/trunk/readme.txt
r1865996 r1865999 16 16 17 17 == Managing Settings == 18 In your WordPress dashboard, hover the * Appearance* menu and you will find a new item named *Admin Bar*; click to manage thesettings.18 In your WordPress dashboard, hover the **Appearance** menu and you will find a new item named **Admin Bar**; click to manage your color settings. 19 19 20 20 == Installation == … … 25 25 == Changelog == 26 26 ## 1.1.0 27 - Enhance: set initial style to match core style. 27 28 - Enhance: rework script/style enqueuing. 28 29 - Enhance: added comments for clarity.
Note: See TracChangeset
for help on using the changeset viewer.