Changeset 2870558
- Timestamp:
- 02/24/2023 11:16:47 AM (3 years ago)
- Location:
- cm-multisite-lite/trunk
- Files:
-
- 2 edited
-
index.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cm-multisite-lite/trunk/index.php
r2579014 r2870558 6 6 Author: CodingMall.com 7 7 Author URI: https://codingmall.com/wordpress/ 8 Version: 1. 0.18 Version: 1.1.1 9 9 License: GPLv2 (or later) 10 10 Text Domain: cm-ms-lite … … 67 67 add_filter( "get_previous_post_where", function($where, $in_same_term, $excluded_terms, $taxonomy, $post){ 68 68 if (cm__msl_fe_global::$isMain) return $where; 69 69 70 70 $where .= " AND p.post_author='".cm__msl_fe_global::$aid."'"; 71 71 return $where; … … 78 78 //echo $q->query['post_type'].'<hr>'; // 79 79 if (@$q->query['post_type']!='') return; 80 if (@$q->query['pagename']!='') return; 80 81 81 82 //echo '<pre>';var_dump($q);echo '</pre>'; -
cm-multisite-lite/trunk/readme.txt
r2870345 r2870558 6 6 Tested up to: 6.1 7 7 Requires PHP: 7.2 8 Stable tag: trunk8 Stable tag: 1.1.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 74 74 == Upgrade Notice == 75 75 76 = 1. 0 =76 = 1.1.1 = bug fixed and now compatible with WP 6.1
Note: See TracChangeset
for help on using the changeset viewer.