Changeset 1264761
- Timestamp:
- 10/13/2015 10:19:42 AM (10 years ago)
- Location:
- my-optional-modules/trunk
- Files:
-
- 3 edited
-
class.mom-reddit.php (modified) (3 diffs)
-
plugin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
my-optional-modules/trunk/class.mom-reddit.php
r1264584 r1264761 3 3 * CLASS mom-reddit() 4 4 * 5 * File last update: 11.1. 55 * File last update: 11.1.6 6 6 * 7 7 * Embed a subreddit into WordPress … … 130 130 131 131 if ( $header ): 132 if ( $thread ):132 if ( $thread || $search ): 133 133 $header_output = null; 134 134 else: … … 200 200 201 201 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 ): 203 207 $link_to = null; 204 208 $date = null; -
my-optional-modules/trunk/plugin.php
r1264584 r1264761 3 3 Plugin Name: My Optional Modules 4 4 Description: Optional modules and additions for Wordpress. 5 Version: 11.1. 55 Version: 11.1.6 6 6 Author: boyevul 7 7 */ -
my-optional-modules/trunk/readme.txt
r1264584 r1264761 4 4 Requires at least: 4.1 5 5 Tested up to: 4.3.2 6 Stable tag: 11.1. 56 Stable tag: 11.1.6 7 7 8 8 An assortment of functions to enhance WordPress. … … 151 151 152 152 == Changelog == 153 = 11.1.6 = 154 * *Release Date - 13th, October, 2015* 155 * [mom_reddit] search bug fixed 156 153 157 = 11.1.3 / 11.1.4 / 11.1.5 = 154 158 * *Release Date - 12th, October, 2015*
Note: See TracChangeset
for help on using the changeset viewer.