Michael Beckwith
Michael Beckwith
network sites on the top, plugins on the left. check marks and x's
Potentially handled by #6 but would love to have this information confirmed and verified before we merge in. Potentially browse an existing menu setup for the posts in there and...
We check for manage_options for the admin screen, but install_plugins for the actual action of running the switching. Perhaps make install_plugins the requirement to even see the admin screen? Original...
https://github.com/WebDevStudios/StartBox/blob/3.0-Experimental/sbx/extensions/hooks.php#L259
If a person has WP SEO or some other plugin installed, are we ensuring at all that those plugins take priority in the end? or are there cases where StartBox...
Nitpicky, but consistency yo. conditionals extension has a case of all uppercase true/false while the rest of the file is all lower case https://github.com/WebDevStudios/StartBox/blob/3.0-Experimental/sbx/extensions/conditionals.php
Saw that @gregrickaby was doing textdomain changes to "startbox" but sbx.php still loads "sbx".
From WP Trac #60881 > Add the label template_name to post types and taxonomies for use by the site editor to display on the templates/add new template screens to allow...
Trac #31711 - refresh "is_front_page flag affected by frontpage ID and page Title strange conflict"
This code change updates original changes from the trac ticket below, to match the current code from WordPress Trunk. Everything should match what the original patch submitter added, with the...