Skip to content

Commit

Permalink
unused blank array variable (WordPress#5234)
Browse files Browse the repository at this point in the history
  • Loading branch information
dixitadusara authored and nuzzio committed Apr 25, 2018
1 parent aded76a commit 45f853d
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 45f853d

Please sign in to comment.