Plugin Directory

Changeset 3163449


Ignore:
Timestamp:
10/06/2024 09:16:58 AM (17 months ago)
Author:
fliz
Message:

Load translations later.

Location:
skip-confirmation-on/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • skip-confirmation-on/trunk/README.txt

    r2804825 r3163449  
    33Tags: add user, add new user, add existing user, email confirmation, email notification
    44Requires at least: 4.4
    5 Tested up to: 6.1
    6 Stable tag: 1.0.2
     5Tested up to: 6.7
     6Stable tag: 1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • skip-confirmation-on/trunk/skip-confirmation-on.php

    r2531950 r3163449  
    99 * Plugin URI:        https://wordpress.org/plugins/skip-confirmation-on/
    1010 * Description:       Changes the tickbox default to NOT send an email to a new user when adding them to a WordPress or WordPress Multisite website.
    11  * Version:           1.0.2
     11 * Version:           1.1
    1212 * Author:            Fidgety Lizard
    1313 * Author URI:        https://fidgetylizard.com
     
    3737
    3838            // Prepare for i18n translations
    39             add_action( 'plugins_loaded', array( $this, 'load_my_textdomain' ) );
     39            add_action( 'init', array( $this, 'load_my_textdomain' ) );
    4040       
    4141    } // END public function __construct
Note: See TracChangeset for help on using the changeset viewer.