diff --git a/wp-admin/includes/screen.php b/wp-admin/includes/screen.php index a31a9b9e0..168186eb2 100644 --- a/wp-admin/includes/screen.php +++ b/wp-admin/includes/screen.php @@ -508,7 +508,7 @@ final class WP_Screen { $current_screen = $this; $taxnow = $this->taxonomy; $typenow = $this->post_type; - $current_screen = apply_filters( 'current_screen', $current_screen ); + do_action( 'current_screen', $current_screen ); } /**