Changeset 3163449
- Timestamp:
- 10/06/2024 09:16:58 AM (17 months ago)
- Location:
- skip-confirmation-on/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
skip-confirmation-on.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
skip-confirmation-on/trunk/README.txt
r2804825 r3163449 3 3 Tags: add user, add new user, add existing user, email confirmation, email notification 4 4 Requires at least: 4.4 5 Tested up to: 6. 16 Stable tag: 1. 0.25 Tested up to: 6.7 6 Stable tag: 1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
skip-confirmation-on/trunk/skip-confirmation-on.php
r2531950 r3163449 9 9 * Plugin URI: https://wordpress.org/plugins/skip-confirmation-on/ 10 10 * 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.211 * Version: 1.1 12 12 * Author: Fidgety Lizard 13 13 * Author URI: https://fidgetylizard.com … … 37 37 38 38 // Prepare for i18n translations 39 add_action( ' plugins_loaded', array( $this, 'load_my_textdomain' ) );39 add_action( 'init', array( $this, 'load_my_textdomain' ) ); 40 40 41 41 } // END public function __construct
Note: See TracChangeset
for help on using the changeset viewer.