Update code to comply with WP Coding Standards (#38)

Co-authored-by: @pewgeuges <pewgeuges@gmail.com>
This commit is contained in:
Ben Goldsworthy 2021-02-25 19:17:00 +00:00 committed by GitHub
parent 828ed818f1
commit 02c6c1c362
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 4328 additions and 3935 deletions

View file

@ -54,7 +54,7 @@
type: 'POST',
url: '/wp-admin/admin-ajax.php',
data: {
action: 'footnotes_getPluginInfo',
action: 'footnotes_get_plugin_info',
plugin: '[[plugin-name]]'
},
dataType: 'json',