mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Deprecate screen_meta(). see #18785.
git-svn-id: https://develop.svn.wordpress.org/trunk@18859 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -236,11 +236,6 @@ function convert_to_screen( $screen ) {
|
||||
return $screen;
|
||||
}
|
||||
|
||||
function screen_meta( $screen ) {
|
||||
$current_screen = get_current_screen();
|
||||
$current_screen->render_screen_meta();
|
||||
}
|
||||
|
||||
/**
|
||||
* Add contextual help text for a page.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user