Plugin Directory

Changeset 3126011


Ignore:
Timestamp:
07/26/2024 02:18:02 PM (20 months ago)
Author:
inazo
Message:

Modify for use translate of worpdress.org

Location:
inazo-flamingo-automatically-delete-old-messages/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • inazo-flamingo-automatically-delete-old-messages/trunk/inazo-flamingo-automatically-delete-old-messages.php

    r3125910 r3126011  
    88License:     GPL2
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    10 Domain Path: /languages
    11 Text Domain: inazo-flamingo-auto-trash
    1210*/
    1311
     
    3028    function __construct(){
    3129       
    32         add_action('admin_menu', array($this, 'createAdminMenu') );
    33         //add action to load my plugin files
    34         add_action('plugins_loaded', array($this, 'inazo_flamingo_auto_trash_translation_files'));     
     30        add_action('admin_menu', array($this, 'createAdminMenu') );     
    3531        add_action('inazo_flamingo_auto_trash_cron_task_daily', array($this, 'inazo_flamingo_auto_trash_cron_task'));
    3632       
     
    10096    }
    10197   
    102     function inazo_flamingo_auto_trash_translation_files() {
    103        
    104         load_plugin_textdomain( 'inazo-flamingo-auto-trash', FALSE, basename( dirname( __FILE__ ) ) . '/languages/' );
    105     }
    10698
    10799    /*
  • inazo-flamingo-automatically-delete-old-messages/trunk/readme.txt

    r3125912 r3126011  
    33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9E7RUJAAHB5C2
    44Tags: flamingo, rgpd, gdpr, contact form 7, contact
    5 Requires at least: 4.5.1
     5Requires at least: 4.6.0
    66Tested up to: 6.6.1
    7 Stable tag: 1.1
     7Stable tag: 1.2
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.