Changeset 2768536
- Timestamp:
- 08/09/2022 06:45:54 PM (4 years ago)
- Location:
- recommend/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
recommend.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
recommend/trunk/README.txt
r2664780 r2768536 4 4 Donate link: https://paypal.me/mattlitzinger 5 5 Requires at least: 4.7 6 Tested up to: 5.96 Tested up to: 6.0.1 7 7 Requires PHP: 7.0 8 Stable tag: 0.6. 18 Stable tag: 0.6.2 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 44 44 == Changelog == 45 45 46 = 0.6.3 = 47 *Release Date: August 9th, 2022* 48 49 * Updated to support WordPress 6.0.1 release 50 51 * Fixes: 52 * Added `in_the_loop()` and `is_main_query()` conditionals for displaying like count after post content 53 46 54 = 0.6.2 = 47 55 *Release Date: January 25rd, 2022* -
recommend/trunk/recommend.php
r2664780 r2768536 187 187 $included_post_types = ($options['included_post_types'] !== '') ? explode(',', str_replace(' ', '', $options['included_post_types'])) : array(); 188 188 if( 189 in_the_loop() && 190 is_main_query() && 189 191 ( 190 192 is_single() ||
Note: See TracChangeset
for help on using the changeset viewer.