Plugin Directory

Changeset 1824947


Ignore:
Timestamp:
02/20/2018 02:19:53 AM (8 years ago)
Author:
deformator
Message:

Added language packs: Russian, Arabic, Brazilian Portuguese

Location:
replain
Files:
29 added
2 edited

Legend:

Unmodified
Added
Removed
  • replain/trunk/readme.txt

    r1818806 r1824947  
    44Tested up to: 4.7
    55Requires PHP: 5.2.4
    6 Stable tag: 1.0.0
     6Stable tag: 1.1
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4343
    4444== Change log ==
     45= 1.0 =
    4546* First stable plugin version
     47
     48= 1.1 =
     49* Added language packs: Russian, Arabic, Brazilian Portuguese
  • replain/trunk/replain.php

    r1818703 r1824947  
    55Plugin URI: http://wordpress.org/plugins/replain/
    66Description: The simplest live chat in the world. The first live chat in your messenger. Messages from the site come directly to your Telegram. Re:plain For those who need customers, not data.
    7 Version: 1.0
     7Version: 1.1
    88Author: Re:plain
    99Author URI: http://replain.cc
     
    3131
    3232
     33add_action( 'plugins_loaded', 'true_load_plugin_textdomain' );
     34 
     35function true_load_plugin_textdomain() {
     36    load_plugin_textdomain( 'replain', false, dirname( plugin_basename( __FILE__ ) ) . '/lang/' );
     37}
     38
     39
    3340add_action( 'wp_before_admin_bar_render', 'replain_admin_menu_link' );
    3441
Note: See TracChangeset for help on using the changeset viewer.