Plugin Directory

Changeset 208258


Ignore:
Timestamp:
02/20/2010 04:11:11 AM (16 years ago)
Author:
Twitoaster
Message:

Correcting WoodenBoy bug

Location:
twitoaster
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • twitoaster/tags/1.3.4/twitoaster-post-replies.php

    r203609 r208258  
    321321    function twitoaster_inner_auto_thread_box() {
    322322        global $twitoaster_options, $post;
     323                $currentoptions = array();
    323324        $currentoptions = $twitoaster_options;
    324325        $twitoaster_meta_thread = twitoaster_post_replies_get_meta('_twitoaster_post_auto_thread', $post->ID);
  • twitoaster/trunk/twitoaster-post-replies.php

    r203608 r208258  
    321321    function twitoaster_inner_auto_thread_box() {
    322322        global $twitoaster_options, $post;
     323                $currentoptions = array();
    323324        $currentoptions = $twitoaster_options;
    324325        $twitoaster_meta_thread = twitoaster_post_replies_get_meta('_twitoaster_post_auto_thread', $post->ID);
Note: See TracChangeset for help on using the changeset viewer.