Changeset 1839516
- Timestamp:
- 03/13/2018 05:01:57 PM (8 years ago)
- Location:
- google-language-translator
- Files:
-
- 19 added
- 4 edited
-
google-language-translator.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
tags/5.0.47 (added)
-
tags/5.0.47/css (added)
-
tags/5.0.47/css/style.css (added)
-
tags/5.0.47/css/style.php (added)
-
tags/5.0.47/css/toolbar.css (added)
-
tags/5.0.47/google-language-translator.php (added)
-
tags/5.0.47/images (added)
-
tags/5.0.47/images/flags.png (added)
-
tags/5.0.47/images/flags16.png (added)
-
tags/5.0.47/images/flags18.png (added)
-
tags/5.0.47/images/flags20.png (added)
-
tags/5.0.47/images/flags22.png (added)
-
tags/5.0.47/images/logo.png (added)
-
tags/5.0.47/js (added)
-
tags/5.0.47/js/scripts-admin.js (added)
-
tags/5.0.47/js/scripts.js (added)
-
tags/5.0.47/readme.txt (added)
-
tags/5.0.47/screenshot-1.png (added)
-
tags/5.0.47/widget.php (added)
-
trunk/google-language-translator.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
google-language-translator/google-language-translator.php
r1837174 r1839516 4 4 Plugin Name: Google Language Translator 5 5 Plugin URI: http://wp-studio.net/ 6 Version: 5.0.4 66 Version: 5.0.47 7 7 Description: The MOST SIMPLE Google Translator plugin. This plugin adds Google Translator to your website by using a single shortcode, [google-translator]. Settings include: layout style, hide/show specific languages, hide/show Google toolbar, and hide/show Google branding. Add the shortcode to pages, posts, and widgets. 8 8 Author: Rob Myrick … … 628 628 endif; //show_flags 629 629 630 $str.='<div id="google_language_translator" class="default-language-'.$default_language .'"></div>'; return $str;630 $str.='<div id="google_language_translator" class="default-language-'.$default_language_code.'"></div>'; return $str; 631 631 632 632 endif; -
google-language-translator/readme.txt
r1837174 r1839516 6 6 Requires at least: 2.9 7 7 Tested up to: 4.9.2 8 Stable tag: 5.0.4 68 Stable tag: 5.0.47 9 9 10 10 Welcome to Google Language Translator! This plugin allows you to insert the Google Language Translator tool anywhere on your website using shortcode. … … 46 46 47 47 == Changelog == 48 49 5.0.47 50 - Fixed an undefined index error in google-language-translator.php. 48 51 49 52 5.0.46 -
google-language-translator/trunk/google-language-translator.php
r1837174 r1839516 4 4 Plugin Name: Google Language Translator 5 5 Plugin URI: http://wp-studio.net/ 6 Version: 5.0.4 66 Version: 5.0.47 7 7 Description: The MOST SIMPLE Google Translator plugin. This plugin adds Google Translator to your website by using a single shortcode, [google-translator]. Settings include: layout style, hide/show specific languages, hide/show Google toolbar, and hide/show Google branding. Add the shortcode to pages, posts, and widgets. 8 8 Author: Rob Myrick … … 628 628 endif; //show_flags 629 629 630 $str.='<div id="google_language_translator" class="default-language-'.$default_language .'"></div>'; return $str;630 $str.='<div id="google_language_translator" class="default-language-'.$default_language_code.'"></div>'; return $str; 631 631 632 632 endif; -
google-language-translator/trunk/readme.txt
r1837174 r1839516 6 6 Requires at least: 2.9 7 7 Tested up to: 4.9.2 8 Stable tag: 5.0.4 68 Stable tag: 5.0.47 9 9 10 10 Welcome to Google Language Translator! This plugin allows you to insert the Google Language Translator tool anywhere on your website using shortcode. … … 46 46 47 47 == Changelog == 48 49 5.0.47 50 - Fixed an undefined index error in google-language-translator.php. 48 51 49 52 5.0.46
Note: See TracChangeset
for help on using the changeset viewer.