This commit is contained in:
2026-04-26 23:47:49 +02:00
parent 1b95f03d1e
commit b073e009d8
5288 changed files with 1112699 additions and 55536 deletions

View File

@@ -0,0 +1,6 @@
/**
Hide feature set password default in WP
*/
.editor-post-visibility__dialog-fieldset .editor-post-visibility__choice:nth-child(4), #the-list .inline-edit-col-left .inline-edit-group.wp-clearfix .alignleft:not(.inline-edit-private), #visibility-radio-password, label[for=visibility-radio-password], #post-visibility-select br:nth-child(8), #post-visibility-select br:nth-child(10) {
display: none;
}