Deprecate favorite_actions(), add_contextual_help(), add_screen_option(), move meta_box_prefs() and get_screen_icon() in WP_Screen, see #18690

git-svn-id: https://develop.svn.wordpress.org/trunk@18874 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-10-04 03:32:12 +00:00
parent 8fec352eaa
commit fee1fe1b36
4 changed files with 161 additions and 244 deletions

View File

@@ -254,7 +254,7 @@ textarea {
input[type="checkbox"],
input[type="radio"] {
vertical-align: middle;
vertical-align: text-top;
}
/* general */
@@ -1549,6 +1549,10 @@ form.upgrade .hint {
margin: 0 5px 0 2px;
}
.metabox-prefs label input[type="radio"] {
margin: 0;
}
.metabox-prefs label a {
display: none;
}
@@ -4723,7 +4727,7 @@ p.pagenav {
.row-actions {
visibility: hidden;
padding: 2px 0 0;
padding: 0 0 2px;
}
tr:hover .row-actions,