Plugin Directory

Changeset 2211669


Ignore:
Timestamp:
12/13/2019 03:29:53 PM (6 years ago)
Author:
b3none
Message:

update trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • the-insertr/trunk/the-insertr.php

    r2211656 r2211669  
    66 * Description: Wordpress dynamic keyword insertion plugin.
    77 * Author: Herdl
    8  * Version: 1.0.0
     8 * Version: 1.2.0
    99 * Author URI: https://herdl.com
    1010 */
     
    1919
    2020function theinsertr_settings() {
    21     $user = wp_get_current_user();
    22 
    2321    if (!current_user_can('administrator')) {
    24         echo '<p>You are not allowed to access this page.</p>';
     22        echo '<p>Sorry, you are not allowed to access this page.</p>';
    2523        return;
    2624    }
Note: See TracChangeset for help on using the changeset viewer.