Skip to content

Commit e58a218

Browse files
committed
Fix typo in method name.
1 parent ac30389 commit e58a218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/admin/class-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ public static function handle_approve() {
516516
wp_die( $did_approve );
517517
}
518518

519-
wp_safe_redirect( self::get_urL( 'approved=1' ) );
519+
wp_safe_redirect( self::get_url( 'approved=1' ) );
520520
exit;
521521
}
522522

0 commit comments

Comments
 (0)