Changeset 1523581
- Timestamp:
- 10/28/2016 06:21:17 AM (9 years ago)
- Location:
- wp-post-signature/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
wp-post-signature-page.php (modified) (1 diff)
-
wp-post-signature.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-post-signature/trunk/readme.txt
r1440772 r1523581 3 3 Tags: wordpress,post signature 4 4 Requires at least: 3.0 5 Tested up to: 4. 5.26 Stable tag: 0.3. 15 Tested up to: 4.6.1 6 Stable tag: 0.3.3 7 7 8 8 This plugin allows you to append a signature after every post. Some variables can be used. … … 29 29 30 30 == Changelog == 31 32 = 0.3.4 = 33 * fix problem of overriding wp-mail function. 31 34 32 35 = 0.3.3 = -
wp-post-signature/trunk/wp-post-signature-page.php
r1440772 r1523581 3 3 WP Post Signature Page 4 4 */ 5 require_once ABSPATH . WPINC . '/pluggable.php';5 //require_once ABSPATH . WPINC . '/pluggable.php'; 6 6 7 7 $wpps_status = "normal"; -
wp-post-signature/trunk/wp-post-signature.php
r1440772 r1523581 4 4 Plugin URI: http://wordpress.org/extend/plugins/wp-post-signature/ 5 5 Description: This plugin allows you to append a signature after every post. Some variables can be used, such as %post_title%, %post_link%, %bloginfo_name%, %bloginfo_url%, and so on. It supports multiuser. 6 Version: 0.3. 36 Version: 0.3.4 7 7 Author: Soli 8 8 Author URI: http://www.cbug.org
Note: See TracChangeset
for help on using the changeset viewer.