Plugin Directory

Changeset 825820


Ignore:
Timestamp:
12/19/2013 11:00:16 PM (12 years ago)
Author:
tott
Message:

Small changes in docs

Location:
special-admins/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • special-admins/trunk/readme.txt

    r824466 r825820  
    11=== Special Admin ===
    2 Contributors:      10up
     2Contributors:      tott, 10up
    33Donate link:       http://thorsten-ott.de
    44Tags:
    55Requires at least: 3.5.1
    6 Tested up to:      3.7.1
     6Tested up to:      3.8
    77Stable tag:        0.1.0
    88License:           GPLv2 or later
     
    1212
    1313== Description ==
    14 
    1514
    1615
  • special-admins/trunk/special-admins.php

    r824466 r825820  
    3030 */
    3131
    32 //*
     32/*
    3333// Example definitions that should go in your wp-config.php
    34 define( 'SPECIAL_ADMIN_USERS', 'savvis_trunk' );
     34define( 'SPECIAL_ADMIN_USERS', 'admin' );
    3535define( 'SPECIAL_ADMIN_IPS', '127.0.0.1/32, 192.168.50.1' );
    3636define( 'SPECIAL_ADMIN_ALLOW_PROXY_IP', true );
    37 //*/
     37*/
    3838class Special_Admin {
    3939
Note: See TracChangeset for help on using the changeset viewer.