Plugin Directory

Changeset 1790128


Ignore:
Timestamp:
12/20/2017 02:02:24 PM (8 years ago)
Author:
weblife
Message:

tag fix

Location:
wp-click-2-chat
Files:
10 added
4 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • wp-click-2-chat/trunk/wp-click-2-chat.php

    r1790085 r1790128  
    66 * Description: Let your website visitors contact you directly through WhatsApp – Easy, Smart, Customized.
    77 * Author: WP Click 2 Chat
    8  * Text Domain: wp-click-2-chat
     8 * Text Domain: wc2c
     9 * Text Domain: /languages
    910 */
    1011
     
    6061    global $wc2c_options_key;
    6162    if ( !current_user_can( 'manage_options') )  {
    62         wp_die( __( 'You do not have sufficient permissions to access this page.' ) );
     63        wp_die( __( 'You do not have sufficient permissions to access this page.', 'wc2c' ) );
    6364    }
    6465    wc2c_load_defaults();
Note: See TracChangeset for help on using the changeset viewer.