Plugin Directory

Changeset 1034013


Ignore:
Timestamp:
11/27/2014 05:45:13 PM (11 years ago)
Author:
scriptrunner
Message:

tested with WP 4.0.1, updated admin verbage and copyright date

Location:
wp-admin-no-show/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-admin-no-show/trunk/readme.txt

    r825140 r1034013  
    55Requires at least: 3.1
    66Tested up to: 3.8
    7 Stable tag: 1.4.3
     7Stable tag: 1.4.4
    88License: MIT License
    99License URI: http://www.opensource.org/licenses/mit-license.php
     
    3939
    4040== Changelog ==
     41
     42= 1.4.4 =
     43* Teste with WordPress 4.0.1.
     44* Updated verbage in admin page.
     45* Updated copyright year.
    4146
    4247= 1.4.3 =
  • wp-admin-no-show/trunk/wp-admin-no-show.php

    r825140 r1034013  
    44Plugin URI: http://www.dougsparling.org
    55Description: Efectively blocks admin portion of site for selected user roles. Any attempt to manually navigate to wp-admin section of site and user will be redirected to selected site page. Hides admin bar.
    6 Version: 1.4.3
     6Version: 1.4.4
    77Author: Doug Sparling
    88Author URI: http://www.dougsparling.org
    99License: MIT License - http://www.opensource.org/licenses/mit-license.php
    1010
    11 Copyright (c) 2012-2013 Doug Sparling
     11Copyright (c) 2012-2014 Doug Sparling
    1212Based on WP Hide Dashboard plugin by Kim Parsell and Admin Bar Disabler plugin by Scott Kingsley Clark
    1313
     
    230230                            <label>
    231231                                <input name="wp_admin_no_show_redirect_type" type="radio" value="none" class="tog" <?php checked( 'none', get_option( 'wp_admin_no_show_redirect_type' ) ); ?> />
    232                                 <?php _e( 'No redirect (Only hide WP Admin Bar, user will still see admin pages)' ); ?>
     232                                <?php _e( 'No redirect (Only hide WP Admin Bar on pages/posts, user will still see admin pages)' ); ?>
    233233                            </label>
    234234                        </p>
Note: See TracChangeset for help on using the changeset viewer.