Changeset 140147
- Timestamp:
- 07/28/2009 05:50:44 PM (17 years ago)
- Location:
- sidebar-photoblog/trunk
- Files:
-
- 4 added
- 1 edited
-
sbp-en_US.mo (added)
-
sbp-en_US.po (added)
-
sbp-fa_IR.mo (added)
-
sbp-fa_IR.po (added)
-
sidebar-photoblog.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sidebar-photoblog/trunk/sidebar-photoblog.php
r135285 r140147 5 5 Description: Share your daily/family photos on your blog sidebar easily. 6 6 Author: Hassan Jahangiry 7 Version: 1.5 7 Version: 1.51 8 8 Author URI: http://wpwave.com/ 9 9 */ … … 12 12 13 13 if ( !defined('WP_PLUGIN_DIR') ) 14 load_plugin_textdomain('sbp','wp-content/plugins/sidebar-photoblog');14 load_plugin_textdomain('sbp','wp-content/plugins/sidebar-photoblog'); 15 15 else 16 load_plugin_textdomain('sbp', false, dirname(plugin_basename(__FILE__)));16 load_plugin_textdomain('sbp', false, dirname(plugin_basename(__FILE__))); 17 17 18 18
Note: See TracChangeset
for help on using the changeset viewer.