Skip to content

Commit f341ff6

Browse files
committed
Remove blank error body
1 parent 3ab833c commit f341ff6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

authorize-page.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@ public function page_fields() {
109109
*/
110110
public function display_error( WP_Error $error ) {
111111
login_header( __( 'Error' ), '', $error );
112-
?>
113-
114-
<?php
115112
login_footer();
116113
}
117114
}

0 commit comments

Comments
 (0)