Changeset 2726279
- Timestamp:
- 05/18/2022 07:20:09 PM (4 years ago)
- Location:
- cms-tree-page-view/trunk
- Files:
-
- 3 edited
-
functions.php (modified) (1 diff)
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cms-tree-page-view/trunk/functions.php
r2433429 r2726279 1337 1337 * $arrOpenChilds = array with id of pages to open children on 1338 1338 */ 1339 function cms_tpv_print_childs($pageID, $view = "all", $arrOpenChilds = null, $post_type ) {1339 function cms_tpv_print_childs($pageID, $view = "all", $arrOpenChilds = null, $post_type = "") { 1340 1340 1341 1341 $arrPages = cms_tpv_get_pages("parent=$pageID&view=$view&post_type=$post_type"); -
cms-tree-page-view/trunk/index.php
r2434296 r2726279 6 6 Text Domain: cms-tree-page-view 7 7 Domain Path: /languages/ 8 Version: 1.6. 48 Version: 1.6.5 9 9 Author: Jon Christopher 10 10 Author URI: https://jonchristopher.us/ … … 30 30 #require("functions.php"); 31 31 32 define( "CMS_TPV_VERSION", "1.6. 3");32 define( "CMS_TPV_VERSION", "1.6.5"); 33 33 define( "CMS_TPV_NAME", "CMS Tree Page View"); 34 34 -
cms-tree-page-view/trunk/readme.txt
r2676541 r2726279 5 5 Text Domain: cms-tree-page-view 6 6 Requires at least: 3.8 7 Tested up to: 5.9. 08 Stable tag: 1.6. 47 Tested up to: 5.9.3 8 Stable tag: 1.6.5 9 9 10 10 Adds a tree view of all pages & custom posts. Get a great overview + options to drag & drop to reorder & option to add multiple pages. … … 117 117 == Changelog == 118 118 119 = 1.6.5 (May 2022) = 120 121 PHP8 compatibility update. Props @cjhaas. 122 119 123 = 1.6.4 (December 2020) = 120 124
Note: See TracChangeset
for help on using the changeset viewer.