Plugin Directory

Changeset 1829745


Ignore:
Timestamp:
02/27/2018 02:38:14 AM (8 years ago)
Author:
3woords
Message:

tagging version 1.1

Location:
3woords
Files:
2 edited
4 copied

Legend:

Unmodified
Added
Removed
  • 3woords/tags/1.1/plugin.php

    r1815198 r1829745  
    178178        return;
    179179    }
     180    global $content;
     181    ob_start();
    180182    ?>
    181183    <div class="clearboth"></div>
     
    306308        })(jQuery);
    307309    </script>
    308     <?php
     310    <?php  $output = ob_get_clean();
     311    return $output;
    309312}
    310313
  • 3woords/trunk/plugin.php

    r1815198 r1829745  
    178178        return;
    179179    }
     180    global $content;
     181    ob_start();
    180182    ?>
    181183    <div class="clearboth"></div>
     
    306308        })(jQuery);
    307309    </script>
    308     <?php
     310    <?php  $output = ob_get_clean();
     311    return $output;
    309312}
    310313
  • 3woords/trunk/readme.txt

    r1815203 r1829745  
    55Requires PHP: 5.6.0
    66Requires at least: 3.0.1
    7 Tested up to: 4.2
    8 Stable tag: 4.3
     7Tested up to: 4.3
     8Stable tag: 1.1
    99
    1010License: GPLv2 or later
     
    3232
    3333== Changelog ==
    34 See future updates.
     34= 1.1 =
     35* Fixed issue of cloud position
    3536
    3637== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.