Changeset 1488927
- Timestamp:
- 09/02/2016 02:57:55 PM (10 years ago)
- Location:
- custom-facebook-widget-pro/trunk
- Files:
-
- 1 added
- 1 deleted
- 2 edited
-
custom-facebook-widget-pro.php (modified) (2 diffs)
-
lang (added)
-
languages (deleted)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
custom-facebook-widget-pro/trunk/custom-facebook-widget-pro.php
r1488914 r1488927 3 3 Plugin Name: Custom facebook widget pro 4 4 Description: 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. 15 Version: 2.3.2 6 6 Author: Techvers 7 7 Author URI: http://techvers.com/ … … 15 15 16 16 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/' ); 17 define("c9test", "CFWP"); 18 19 /** 20 * Get Ready Plugin Translation 21 */ 22 add_action('plugins_loaded', 'FacebookTranslation'); 23 function FacebookTranslation() { 24 load_plugin_textdomain( c9test, FALSE, dirname( plugin_basename(__FILE__)).'/lang/' ); 23 25 } 24 26 -
custom-facebook-widget-pro/trunk/readme.txt
r1488914 r1488927 5 5 Requires at least: 3.5 6 6 Tested up to: 4.5.3 7 Stable tag: 2.3. 17 Stable tag: 2.3.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.