Plugin Directory

Changeset 430525


Ignore:
Timestamp:
08/30/2011 03:48:49 AM (15 years ago)
Author:
BlogTrafficExchange
Message:

added hook do_action( 'old_post_promoted', $post );

tested with latest wordpress

Location:
old-post-promoter/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • old-post-promoter/trunk/BTE_OPP_core.php

    r306342 r430525  
    101101        }
    102102    }
     103   
     104    do_action( 'old_post_promoted', $post );
    103105}
    104106
  • old-post-promoter/trunk/OldPostPromoter.php

    r403062 r430525  
    44Plugin URI: http://www.blogtrafficexchange.com/old-post-promoter
    55Description: Randomly choose an old post and reset the publication date to now.  The effect is to promote older posts by moving them back onto the front page and into the rss feed.  This plugin should only be used with data agnostic permalinks (permalink structures not containing dates). <a href="options-general.php?page=BTE_OPP_admin.php">Configuration options are here.</a>  "You down with OPP?  Yeah you know me!"
    6 Version: 1.9.2
     6Version: 1.9.3
    77Author: Blog Traffic Exchange
    88Author URI: http://www.blogtrafficexchange.com/
  • old-post-promoter/trunk/readme.txt

    r403062 r430525  
    44Tags: post, promotion, SEO, rss, plugin, posts, bte
    55Requires at least: 2.5
    6 Tested up to: 3.2
    7 Stable tag: 1.9.2
     6Tested up to: 3.2.1
     7Stable tag: 1.9.3
    88
    99Randomly choose an old post and reset the publication date to now.  Promote older posts back to front page and RSS feed.
Note: See TracChangeset for help on using the changeset viewer.