Plugin Directory

Changeset 806582


Ignore:
Timestamp:
11/19/2013 05:27:19 AM (12 years ago)
Author:
speedito
Message:

Change to reset post data

Location:
simple-faqs
Files:
2 edited
4 copied

Legend:

Unmodified
Added
Removed
  • simple-faqs/tags/1.1/readme.txt

    r806059 r806582  
    44Requires at least: 3.7.1
    55Tested up to: 3.7.1
    6 Stable tag: 1.0
     6Stable tag: 1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3535= 1.0 =
    3636Initial launch
     37
     38= 1.1 =
     39Reset Post Data To avoid conflict with Theme Queries
  • simple-faqs/tags/1.1/simple-faq.php

    r806054 r806582  
    44 * Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates
    55 * Description: FAQ plugin to allow creating and showing FAQ easily on Wordpress website
    6  * Version: 1.0
     6 * Version: 1.1
    77 * Author: Waqas Ahmed
    88 * Author URI: http://speedsoftsol.com
     
    9797        $i++;
    9898    }
     99    wp_reset_postdata();
    99100    return $output;
    100101}
  • simple-faqs/trunk/readme.txt

    r806059 r806582  
    44Requires at least: 3.7.1
    55Tested up to: 3.7.1
    6 Stable tag: 1.0
     6Stable tag: 1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3535= 1.0 =
    3636Initial launch
     37
     38= 1.1 =
     39Reset Post Data To avoid conflict with Theme Queries
  • simple-faqs/trunk/simple-faq.php

    r806054 r806582  
    44 * Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates
    55 * Description: FAQ plugin to allow creating and showing FAQ easily on Wordpress website
    6  * Version: 1.0
     6 * Version: 1.1
    77 * Author: Waqas Ahmed
    88 * Author URI: http://speedsoftsol.com
     
    9797        $i++;
    9898    }
     99    wp_reset_postdata();
    99100    return $output;
    100101}
Note: See TracChangeset for help on using the changeset viewer.