WebDevStudios / custom-post-type-ui

Admin UI settings for creating custom post types and taxonomies in WordPress
https://webdevstudios.com
GNU General Public License v2.0
627 stars 143 forks source link

"Lost" autopopulate labels functionality #972

Closed tw2113 closed 5 months ago

tw2113 commented 5 months ago

We unintentionally "lost" the autopopulate links because we successfully hid them with CSS, but missed properly moving the javascript to re-reveal them, in the 1.17.0 javascript reworking.

Re-add code from https://github.com/WebDevStudios/custom-post-type-ui/commit/abd54267e3c1a5fc39b98e92cf3d5b387b339261#diff-27d2bd657a35bd294e923a75c016f7dd765125bdb01b15460ed6025f20e1547c into the autopopulate.js partial.

tw2113 commented 5 months ago

https://github.com/WebDevStudios/custom-post-type-ui/pull/973

tw2113 commented 5 months ago

Fixed