From a7e00195ef46aa931cbc6164af1f78748776fca8 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 19 Nov 2008 17:20:26 +0000 Subject: [PATCH] =?UTF-8?q?Add=20screen=5Fmeta=5Fscreen=20filter.=20Props?= =?UTF-8?q?=20andr=C3=A9=20renaut.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://develop.svn.wordpress.org/trunk@9788 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/template.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 3bafb79f6f..9e4e12528f 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -3225,6 +3225,7 @@ function screen_meta($screen) { $screen = str_replace('.php', '', $screen); $screen = str_replace('-new', '', $screen); $screen = str_replace('-add', '', $screen); + $screen = apply_filters('screen_meta_screen', $screen); $column_screens = get_column_headers($screen); $meta_screens = array('index' => 'dashboard');