mirror of
https://github.com/gantry/gantry5.git
synced 2026-08-17 16:34:55 -05:00
Fixed page assignment issue in wordpress
This commit is contained in:
@@ -22,6 +22,7 @@ class AssignmentsWalker
|
||||
{
|
||||
var $tree_type = ['post_type', 'taxonomy', 'custom'];
|
||||
var $db_fields = ['parent' => 'parent_id', 'id' => 'id'];
|
||||
var $has_children = false;
|
||||
|
||||
/**
|
||||
* Traverse elements to create list from elements.
|
||||
|
||||
Reference in New Issue
Block a user