Skip to content

Commit 5503faf

Browse files
authored
Merge pull request #23 from tfrommen/typo
Fix typo in method name.
2 parents ac30389 + e58a218 commit 5503faf

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)