Changeset 364134
- Timestamp:
- 03/24/2011 10:00:47 AM (15 years ago)
- Location:
- gts-translation/trunk
- Files:
-
- 3 edited
-
Gts.php (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
-
wordpress/GtsLinkRewriter.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gts-translation/trunk/Gts.php
r363827 r364134 37 37 Plugin URI: http://gts-translation.com/ 38 38 Description: The only translation plugin that provides human translation of your blog content using community translation (crowdsourcing). Use our community of professional translators or use your own internal community. Currently supports French, Italian, German, Spanish (FIGS). All content is cached on your Wordpress database and indexed by search engines. 39 Version: 1.1. 339 Version: 1.1.4 40 40 Author: Steve van Loben Sels 41 41 Author URI: http://gts-translation.com/ -
gts-translation/trunk/readme.txt
r363928 r364134 4 4 Requires at least: 2.9.0 5 5 Tested up to: 3.1 6 Stable tag: 1.1. 36 Stable tag: 1.1.4 7 7 8 8 The only translation plugin that provides human translation of your blog content using community translation … … 24 24 has been approved by a moderator. 25 25 26 Current release supports English to French, Italian, German, Spanish, and Russian only.26 Current release supports English to French, Italian, German, Spanish, and Russian. 27 27 28 28 == Installation == … … 111 111 112 112 = When I switch my blog to Russian, all I see are question marks...what gives? 113 This happens when the data is stored in MySQL with the wrong character encoding. Execute the following (being sure to113 This happens when the data is stored in MySQL with the wrong character encoding. Execute the following SQL (being sure to 114 114 replace 'wp_' with the prefix specified in wp-config.php if you've changed that value): 115 115 … … 171 171 172 172 == Changelog == 173 174 = 1.1.4 = 175 * Fixed possible PHP Warnings when calling add_language_to_home() function 176 * Added explicit UTF-8 character set declaration to database table creation script. 173 177 174 178 = 1.1.3 = -
gts-translation/trunk/wordpress/GtsLinkRewriter.php
r363827 r364134 101 101 102 102 103 function add_language_to_home( $link, $path ) {103 function add_language_to_home( $link, $path = "" ) { 104 104 105 105 global $gts_plugin, $wp_rewrite;
Note: See TracChangeset
for help on using the changeset viewer.