Changeset 1829745
- Timestamp:
- 02/27/2018 02:38:14 AM (8 years ago)
- Location:
- 3woords
- Files:
-
- 2 edited
- 4 copied
-
tags/1.1 (copied) (copied from 3woords/trunk)
-
tags/1.1/TWOORDS_LICENSE.txt (copied) (copied from 3woords/trunk/TWOORDS_LICENSE.txt)
-
tags/1.1/plugin.php (copied) (copied from 3woords/trunk/plugin.php) (2 diffs)
-
tags/1.1/readme.txt (copied) (copied from 3woords/trunk/readme.txt)
-
trunk/plugin.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
3woords/tags/1.1/plugin.php
r1815198 r1829745 178 178 return; 179 179 } 180 global $content; 181 ob_start(); 180 182 ?> 181 183 <div class="clearboth"></div> … … 306 308 })(jQuery); 307 309 </script> 308 <?php 310 <?php $output = ob_get_clean(); 311 return $output; 309 312 } 310 313 -
3woords/trunk/plugin.php
r1815198 r1829745 178 178 return; 179 179 } 180 global $content; 181 ob_start(); 180 182 ?> 181 183 <div class="clearboth"></div> … … 306 308 })(jQuery); 307 309 </script> 308 <?php 310 <?php $output = ob_get_clean(); 311 return $output; 309 312 } 310 313 -
3woords/trunk/readme.txt
r1815203 r1829745 5 5 Requires PHP: 5.6.0 6 6 Requires at least: 3.0.1 7 Tested up to: 4. 28 Stable tag: 4.37 Tested up to: 4.3 8 Stable tag: 1.1 9 9 10 10 License: GPLv2 or later … … 32 32 33 33 == Changelog == 34 See future updates. 34 = 1.1 = 35 * Fixed issue of cloud position 35 36 36 37 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.