Skip to content

Commit 7cf28ce

Browse files
committed
Corrected function rewrite function name in json_oauth_server_activation().
1 parent d01da13 commit 7cf28ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth-server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ function json_oauth_server_activation( $network_wide ) {
126126

127127
} else {
128128

129-
oauth_server_register_rewrites();
129+
json_oauth_server_register_rewrites();
130130
flush_rewrite_rules();
131131
}
132132
}

0 commit comments

Comments
 (0)