Allow CodePress to be disabled from Screen Options, see #10027

git-svn-id: http://svn.automattic.com/wordpress/trunk@11530 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2009-06-07 01:52:44 +00:00
parent a6e6817154
commit 1f2eb2f8b8
6 changed files with 41 additions and 10 deletions

View File

@@ -2116,7 +2116,8 @@ td.plugin-title {
/* Global classes */
.wp-hidden-children .wp-hidden-child,
.ui-tabs-hide {
.ui-tabs-hide,
#codepress-off {
display: none;
}