Changeset 2669765
- Timestamp:
- 01/31/2022 11:19:05 AM (4 years ago)
- Location:
- ts-search-slug
- Files:
-
- 6 added
- 2 edited
-
tags/1.0.3 (added)
-
tags/1.0.3/index.php (added)
-
tags/1.0.3/languages (added)
-
tags/1.0.3/license.txt (added)
-
tags/1.0.3/plugin.php (added)
-
tags/1.0.3/readme.txt (added)
-
trunk/plugin.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ts-search-slug/trunk/plugin.php
r2651363 r2669765 7 7 Author: Tobias Spiess 8 8 Author URI: https://www.spiess-informatik.de 9 Version: 1.0. 29 Version: 1.0.3 10 10 Text-Domain: tsinf_search_plugin_textdomain 11 11 Domain Path: /languages … … 196 196 * @return string 197 197 */ 198 public static function posts_where($where, &$wp_query) {198 public static function posts_where($where, $wp_query) { 199 199 global $pagenow; 200 200 -
ts-search-slug/trunk/readme.txt
r2651363 r2669765 6 6 Stable Tag: 4.9 7 7 Creation time: 01.05.2018 8 Last updated time: 2 9.12.20218 Last updated time: 21.01.2022 9 9 10 10 Search for Slug in Admin Post/Page Overview and add Slug Column to Post/Page Overview. … … 20 20 21 21 == Changelog == 22 * 1.0.3 23 Fix PHP Warning "Parameter 2 to posts_where() expected to be a reference, value given" 24 22 25 * 1.0.2 23 26 Fix bug, that other search parameters in admin area are ignored when slug search is activated
Note: See TracChangeset
for help on using the changeset viewer.