johnbillion / extended-cpts

A library which provides extended functionality to WordPress custom post types and taxonomies.
GNU General Public License v2.0
980 stars 96 forks source link

Fix broken path #188

Closed vinkla closed 2 years ago

vinkla commented 2 years ago

Added missing / to walker dropdown class which fixes the following error message I'm seeing:

Warning: require_once(/path/vendor/johnbillion/extended-cpts/src/WalkerDropdown.php):  Failed to open stream: No such file or directory in /path/vendor/johnbillion/extended-cpts/src/PostTypeAdmin.php on line 298
johnbillion commented 2 years ago

Thanks!