Plugin Directory

Changeset 3189552


Ignore:
Timestamp:
11/15/2024 12:47:59 PM (17 months ago)
Author:
mi13
Message:

fix bug

Location:
mi13-like/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mi13-like/trunk/mi13-like.php

    r3135884 r3189552  
    44Plugin URI:  https://wordpress.org/plugins/mi13-like/
    55Description: The plugin likes for your posts.
    6 Version:     0.154
     6Version:     0.155
    77Author:      mi13
    88License:     GPL v2 or later
     
    2929    define( 'MI13_LIKE_DEFAULT',$default_settings );
    3030}
    31 add_action( 'plugins_loaded', 'mi13_load_languages' );
     31add_action( 'init', 'mi13_load_languages' );
    3232
    3333function mi13_like_install(){
    34     mi13_load_languages();
    3534    add_option( 'mi13_like', MI13_LIKE_DEFAULT );
    3635}
  • mi13-like/trunk/readme.txt

    r3135884 r3189552  
    33Tags: like, like buttons
    44Requires at least: 4.7
    5 Tested up to: 6.6.1
    6 Stable tag: 0.154
     5Tested up to: 6.7
     6Stable tag: 0.155
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6666= 0.154 =
    6767* Доработан код.
     68= 0.155 =
     69* fix Function _load_textdomain_just_in_time notice в wp 6.7.
Note: See TracChangeset for help on using the changeset viewer.