Changeset 995476
- Timestamp:
- 09/23/2014 03:25:43 PM (12 years ago)
- Location:
- lessbuttons/trunk
- Files:
-
- 2 edited
-
lessbuttons.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lessbuttons/trunk/lessbuttons.php
r995309 r995476 4 4 Plugin URI: https://lessbuttons.com/plugins/wordpress/ 5 5 Description: Social media share buttons with integrated analytics. Automatically display buttons for those social networks, where visitor registered. 6 Version: 1.4. 46 Version: 1.4.5 7 7 Author: Chris Clark 8 8 Author URI: https://lessbuttons.com/ 9 9 Text Domain: lessbuttons 10 10 */ 11 $lessbuttons_version = '1.4. 4'; // url-safe version string11 $lessbuttons_version = '1.4.5'; // url-safe version string 12 12 $lessbuttons_date = '2014-09-23'; // date this version was released, beats a version # 13 13 … … 545 545 var auto8 = 0; 546 546 var onb8 = 0; 547 <? $lbCnt = 0; foreach ($socTitles as $id => $socCode) { ?>548 <? if ($lbCnt < 8) { ?>547 <?php $lbCnt = 0; foreach ($socTitles as $id => $socCode) { ?> 548 <?php if ($lbCnt < 8) { ?> 549 549 if (document.getElementById ("button<?php echo $lbCnt?>_3").checked) { 550 550 auto8++; 551 551 opts.push ("<?php echo $id?>=auto"); 552 552 } 553 <? } else { ?>553 <?php } else { ?> 554 554 if (document.getElementById ("button<?php echo $lbCnt?>_2").checked) onb8++; 555 <? } ?>555 <?php } ?> 556 556 if (document.getElementById ("button<?php echo $lbCnt?>_2").checked) opts.push ("<?php echo $id?>=1"); 557 <? $lbCnt ++; } ?>557 <?php $lbCnt ++; } ?> 558 558 559 559 if (auto8 == 8 && onb8 == 0) { -
lessbuttons/trunk/readme.txt
r995309 r995476 5 5 Requires at least: 2.9.2 6 6 Tested up to: 4.0 7 Stable tag: 1.4. 47 Stable tag: 1.4.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 88 88 == Upgrade Notice == 89 89 90 = 1.4. 4=91 92 Translated to Hungarian 90 = 1.4.5 = 91 92 Fixing bugs 93 93 94 94 == Frequently Asked Questions == … … 106 106 == Changelog == 107 107 108 = 1.4.5 = 109 Fixing bugs 110 108 111 = 1.4.4 = 109 112 Translated to Hungarian
Note: See TracChangeset
for help on using the changeset viewer.