Skip to content

Commit

Permalink
Ooops
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed May 12, 2024
1 parent 2041250 commit 1cc0bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-micropub-endpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static function get( $a, $key, $d = array() ) {
if ( is_array( $a ) ) {
return isset( $a[ $key ] ) ? $a[ $key ] : $d;
}
return $default;
return $d;
}

public static function register_route() {
Expand Down

0 comments on commit 1cc0bf1

Please sign in to comment.