From 5c0dba0334acc47fd1622fa999e1c399b26266ff Mon Sep 17 00:00:00 2001 From: Dixita Dusara Date: Wed, 18 Apr 2018 08:31:46 +0530 Subject: [PATCH] unused blank array variable (#5234) --- lib/register.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/register.php b/lib/register.php index 600b9a5ad5a857..4866441eb1f1a4 100644 --- a/lib/register.php +++ b/lib/register.php @@ -77,8 +77,6 @@ function gutenberg_collect_meta_box_data() { * do_meta_boxes( null, 'normal', $post ); * do_meta_boxes( null, 'advanced', $post ); */ - $meta_boxes_output = array(); - $publish_callback_args = null; if ( post_type_supports( $post_type, 'revisions' ) && 'auto-draft' !== $post->post_status ) { $revisions = wp_get_post_revisions( $post->ID );