Changeset 893947
- Timestamp:
- 04/16/2014 01:05:50 AM (12 years ago)
- Location:
- facebook-albums/trunk
- Files:
-
- 2 edited
-
fbalbum.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
facebook-albums/trunk/fbalbum.php
r838772 r893947 4 4 Plugin URI: http://glamanate.com/wordpress/facebook-album/?utm_source=fbalbum_pluginspage&utm_medium=website&utm_campaign=fbalbum 5 5 Description: Facebook Albums allows you to display Facebook Albums on your WordPress site. Brought to you by <a href="http://dooleyandassociates.com/?utm_source=fbalbum&utm_medium=referral&utm_campaign=Facebook%2BAlbum">Dooley & Associates</a> 6 Version: 2.0.5.3 6 Version: 2.0.5.3a 7 7 Author: Matt Glaman 8 8 Author URI: http://glamanate.com … … 31 31 } 32 32 33 if (class_exists('FacebookAlbum')) 34 return; 33 add_action( 'plugins_loaded', 'myplugin_load_textdomain' ); 34 /** 35 * Load plugin textdomain. 36 * 37 * @since 2.0.5.3a 38 */ 39 function myplugin_load_textdomain() { 40 load_plugin_textdomain( 'facebook-albums', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' ); 41 } 35 42 36 43 if (!class_exists('Facebook')) -
facebook-albums/trunk/readme.txt
r827855 r893947 5 5 Requires at least: 3.4 6 6 Tested up to: 3.5.1 7 Stable tag: 2.0.5.3 7 Stable tag: 2.0.5.3a 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 50 50 51 51 == Changelog == 52 53 = 2.0.5.3a = 54 * Andrew Kurtis kindly provided translation files for pt-BR 52 55 53 56 = 2.0.5.3 =
Note: See TracChangeset
for help on using the changeset viewer.