Skip to content

Commit

Permalink
unused blank array variable (#5234)
Browse files Browse the repository at this point in the history
  • Loading branch information
dixitadusara authored and danielbachhuber committed Apr 18, 2018
1 parent 5a6fe0d commit 5c0dba0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/register.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 5c0dba0

Please sign in to comment.