Changeset 22719
- Timestamp:
- 10/21/07 10:02:57 (9 months ago)
- Files:
-
- wp-email/trunk/email-standalone.php (modified) (1 diff)
- wp-email/trunk/wp-email.mo (modified) (previous)
- wp-email/trunk/wp-email.php (modified) (1 diff)
- wp-email/trunk/wp-email.pot (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-email/trunk/email-standalone.php
r22705 r22719 12 12 | File Information: | 13 13 | - E-Mail Post/Page To A Friend | 14 | - wp-content/plugins/wp-email/email- postpage.php |14 | - wp-content/plugins/wp-email/email-standalone.php | 15 15 | | 16 16 +----------------------------------------------------------------+ wp-email/trunk/wp-email.php
r22707 r22719 38 38 add_action('init', 'email_textdomain'); 39 39 function email_textdomain() { 40 load_plugin_textdomain('wp-email', 'wp-content/plugins/ email');40 load_plugin_textdomain('wp-email', 'wp-content/plugins/wp-email'); 41 41 } 42 42 wp-email/trunk/wp-email.pot
r22707 r22719 3 3 "Project-Id-Version: WP-EMail 2.30\n" 4 4 "POT-Creation-Date: \n" 5 "PO-Revision-Date: 2007-10-21 1 6:50+0800\n"5 "PO-Revision-Date: 2007-10-21 18:02+0800\n" 6 6 "Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 7 7 "Language-Team: Lester Chan <gamerz84@hotmail.com>\n"
