Plugin Directory

Changeset 968392


Ignore:
Timestamp:
08/19/2014 04:21:48 PM (11 years ago)
Author:
arenddeboer
Message:

Better UI

Location:
clean-admin-ui/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • clean-admin-ui/trunk/clean-admin-ui.php

    r968313 r968392  
    33Plugin Name: Clean Admin UI
    44Plugin URI: http://www.arenddeboer.com/clean-admin-ui-a-new-wordpress-plugin-to-remove-admin-menu-items/
    5 Version: 1.3
     5Version: 1.4
    66Description: Configure and remove admin menu items like posts, pages, comments
    77Author: Arend de Boer
     
    252252        update_option('CAUoptions', $CAUoptions);
    253253        $message = '<div id="message" class="updated"><p>Clean Admin UI settings updated.</p>
    254         <p>Click <a href="'. curPageURL() .'">here</a> to refresh </p>
     254        <p><h2 style="color:red">Click <a href="'. curPageURL() .'">here</a> to refresh</h2></p>
    255255        </div>';
    256256        clean_admin_ui_do_clean();
  • clean-admin-ui/trunk/readme.txt

    r968313 r968392  
    1616
    1717== Changelog ==
     18= 1.4 =
     19* UI update to better show refresh link after changes
    1820= 1.3 =
    1921* Added option to hide plugins, appearance end dashboard (for Wordpress 2.7 and higher)
Note: See TracChangeset for help on using the changeset viewer.