Changeset 2898353
- Timestamp:
- 04/13/2023 09:07:54 AM (3 years ago)
- Location:
- frontier-query/trunk
- Files:
-
- 3 edited
-
frontier-query.php (modified) (2 diffs)
-
include/frontier-query-util.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
frontier-query/trunk/frontier-query.php
r2898339 r2898353 5 5 Description: Display list and grouping of posts in widgets, posts and pages. Breakdown posts by categories, taxonomies, date, post type etc. 6 6 Author: finnj 7 Version: 1.6. 27 Version: 1.6.3 8 8 Author URI: http://wpfrontier.com 9 9 */ … … 11 11 12 12 // define constants 13 define('FRONTIER_QUERY_VERSION', "1.6. 2");13 define('FRONTIER_QUERY_VERSION', "1.6.3"); 14 14 define('FRONTIER_QUERY_DIR', dirname( __FILE__ )); //an absolute path to this directory 15 15 define('FRONTIER_QUERY_URL', plugin_dir_url( __FILE__ )); //url path to this directory -
frontier-query/trunk/include/frontier-query-util.php
r1329987 r2898353 596 596 { 597 597 $tmp_pt = get_post_type_object($tmp_pt_name); 598 $tmp_pt_label = $tmp_pt->label; 598 599 //error_log(print_r($tmp_pt,true)); 599 return $tmp_pt ->label;600 return $tmp_pt_label; 600 601 } 601 602 -
frontier-query/trunk/readme.txt
r2898339 r2898353 92 92 == Changelog == 93 93 94 = 1.6.3 = 95 * Fix for Trying to get property label of non-object in - Function fq_get_posttype_label 96 94 97 = 1.6.2 = 95 98 * Tested with Wordpress version 6.2
Note: See TracChangeset
for help on using the changeset viewer.