Skip to content

Commit b77273f

Browse files
committed
Update readme and fix short tag
1 parent ddd8761 commit b77273f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# test-wp-api-endpoints
2+
3+
Very simple plugin that allows you to test registered WP API endpoints.

test-wp-api-endpoints.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ function test_wp_api_endpoints_render_main_page() {
3838
<input type="text" id="wp-api-endpoint">
3939
<button id="wp-api-endpoint-do-it">Do it!</button>
4040
<div id="display-wp-api-endpoint-response"></div>
41-
<? }
41+
<?php }

0 commit comments

Comments
 (0)