Changeset 1474275
- Timestamp:
- 08/14/2016 07:17:27 PM (10 years ago)
- Location:
- ezflippr/trunk
- Files:
-
- 2 edited
-
ezflippr.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ezflippr/trunk/ezflippr.php
r1467952 r1474275 4 4 * Plugin URI: http://www.nuagelab.com/wordpress-plugins/ezflippr 5 5 * Description: Adds rich flipbooks made from PDF through ezFlippr.com 6 * Version: 1.1.3 36 * Version: 1.1.34 7 7 * Author: NuageLab <wordpress-plugins@nuagelab.com> 8 8 * Author URI: http://www.nuagelab.com/wordpress-plugins … … 109 109 global $menu, $submenu; 110 110 //unset($submenu['edit.php?post_type=ezflippr_flipbook'][10]); // Removes 'Add New' 111 $loc = function_exists('get_locale') ? substr(get_locale(),0,2) : defined(WPLANG) ? WPLANG : 'en';111 $loc = substr(get_locale(),0,2); 112 112 if (!in_array($loc,array('en','fr','es'))) $loc = 'en'; 113 113 $loc = ($loc == 'en' ? '' : '/'.$loc); -
ezflippr/trunk/readme.txt
r1467952 r1474275 90 90 91 91 == Changelog == 92 = 1.1.34 = 93 * Fixed notice appearing on old versions of WordPress. 94 92 95 = 1.1.33 = 93 96 * Increase refresh rate
Note: See TracChangeset
for help on using the changeset viewer.