Opened 10 years ago
Closed 10 years ago
#31164 closed defect (bug) (fixed)
Hide the "Need Help..." text from the Page Attributes meta-box if the help tab is hidden
Reported by: | bananastalktome | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | trivial | Version: | 3.0 |
Component: | Help/About | Keywords: | has-patch |
Focuses: | Cc: |
Description
Even if the "Help" tab has been hidden (using $current_screen->remove_help_tabs()
), the "Need help? Use the Help tab in the upper right of your screen." message still appears on the Page Attributes meta-box when editing a page.
The included patch will check if get_current_screen()->get_help_tabs() != false
(in addition to whether it is a 'page' post type) in order to show the message.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 31303: