Plugin Directory

Changeset 1488927


Ignore:
Timestamp:
09/02/2016 02:57:55 PM (10 years ago)
Author:
Techvers
Message:

version 2.3.2

Location:
custom-facebook-widget-pro/trunk
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • custom-facebook-widget-pro/trunk/custom-facebook-widget-pro.php

    r1488914 r1488927  
    33Plugin Name: Custom facebook widget pro
    44Description: Display facebook page feed on your WordPress site by using this plugin. Simply add your page url and page id in widget setting.
    5 Version: 2.3.1
     5Version: 2.3.2
    66Author: Techvers
    77Author URI: http://techvers.com/
     
    1515
    1616
    17 /*
    18 * Loading a text domain code for plugin translation
    19 */
    20 add_action('plugins_loaded', 'wan_load_textdomain');
    21 function wan_load_textdomain() {
    22     load_plugin_textdomain( 'CFWP', false, dirname( plugin_basename(__FILE__) ) . '/languages/' );
     17define("c9test", "CFWP");
     18
     19/**
     20 * Get Ready Plugin Translation
     21 */
     22add_action('plugins_loaded', 'FacebookTranslation');
     23function FacebookTranslation() {
     24    load_plugin_textdomain( c9test, FALSE, dirname( plugin_basename(__FILE__)).'/lang/' );
    2325}
    2426
  • custom-facebook-widget-pro/trunk/readme.txt

    r1488914 r1488927  
    55Requires at least: 3.5
    66Tested up to: 4.5.3
    7 Stable tag: 2.3.1
     7Stable tag: 2.3.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.