Plugin Directory

Changeset 1264761


Ignore:
Timestamp:
10/13/2015 10:19:42 AM (10 years ago)
Author:
boyevul
Message:

[mom_reddit] search bug

Location:
my-optional-modules/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • my-optional-modules/trunk/class.mom-reddit.php

    r1264584 r1264761  
    33 * CLASS mom-reddit()
    44 *
    5  * File last update: 11.1.5
     5 * File last update: 11.1.6
    66 *
    77 * Embed a subreddit into WordPress
     
    130130       
    131131        if ( $header ):
    132             if ( $thread ):
     132            if ( $thread || $search ):
    133133                $header_output = null;
    134134            else:
     
    200200                   
    201201                    if ( false == $is_thread ):
    202                         if ( isset ( $value->data->subreddit ) && !$search || $search && $sub ):
     202                        if (
     203                            isset ( $value->data->subreddit ) && !$search ||
     204                            $search && $sub ||
     205                            $search && !$sub
     206                        ):
    203207                            $link_to   = null;
    204208                            $date      = null;
  • my-optional-modules/trunk/plugin.php

    r1264584 r1264761  
    33Plugin Name: My Optional Modules
    44Description: Optional modules and additions for Wordpress.
    5 Version: 11.1.5
     5Version: 11.1.6
    66Author: boyevul
    77*/
  • my-optional-modules/trunk/readme.txt

    r1264584 r1264761  
    44Requires at least: 4.1
    55Tested up to: 4.3.2
    6 Stable tag: 11.1.5
     6Stable tag: 11.1.6
    77
    88An assortment of functions to enhance WordPress.
     
    151151
    152152== Changelog ==
     153= 11.1.6 =
     154*   *Release Date - 13th, October, 2015*
     155*   [mom_reddit] search bug fixed
     156
    153157= 11.1.3 / 11.1.4 / 11.1.5 =
    154158*   *Release Date - 12th, October, 2015*
Note: See TracChangeset for help on using the changeset viewer.