Plugin Directory

Changeset 1014777


Ignore:
Timestamp:
10/27/2014 04:24:39 PM (10 years ago)
Author:
SeventhSteel
Message:

Non-functional edit -- fixed plugin author name

Location:
disable-toolbar
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • disable-toolbar/tags/1.0/disable-toolbar.php

    r958093 r1014777  
    44 * Description: Adds an option in Settings > General that controls who sees the WP Toolbar when viewing your site.
    55 * Version: 1.0
    6  * Author: Michael
     6 * Author: Michael Dance
    77 * Author URI: http://mikedance.com
    88 * License: GPL2
     
    2525        add_action( 'init', array( __CLASS__, 'run' ) );
    2626        add_action( 'admin_init', array( __CLASS__, 'add_setting' ) );
    27        
     27
    2828        add_action( 'admin_print_styles-user-edit.php', array( __CLASS__, 'hide_per_user_option' ) );
    2929        add_action( 'admin_print_styles-profile.php', array( __CLASS__, 'hide_per_user_option' ) );
     
    6161     */
    6262    static function setting_html() {
    63        
     63
    6464        ?><p>Hide the Toolbar for the following user roles when viewing the site:</p>
    6565
  • disable-toolbar/trunk/disable-toolbar.php

    r958093 r1014777  
    44 * Description: Adds an option in Settings > General that controls who sees the WP Toolbar when viewing your site.
    55 * Version: 1.0
    6  * Author: Michael
     6 * Author: Michael Dance
    77 * Author URI: http://mikedance.com
    88 * License: GPL2
     
    2525        add_action( 'init', array( __CLASS__, 'run' ) );
    2626        add_action( 'admin_init', array( __CLASS__, 'add_setting' ) );
    27        
     27
    2828        add_action( 'admin_print_styles-user-edit.php', array( __CLASS__, 'hide_per_user_option' ) );
    2929        add_action( 'admin_print_styles-profile.php', array( __CLASS__, 'hide_per_user_option' ) );
     
    6161     */
    6262    static function setting_html() {
    63        
     63
    6464        ?><p>Hide the Toolbar for the following user roles when viewing the site:</p>
    6565
Note: See TracChangeset for help on using the changeset viewer.