Skip to content

Commit b74d652

Browse files
committed
Update plugin info
- URL now goes to github rather than github.io (pages) - version increment
1 parent 73fe510 commit b74d652

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

quick-weblog.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
/*
44
Plugin Name: Quick Weblog
5-
Plugin URI: https://fexd.github.io/wordpress-plugin-quick-weblog/
5+
Plugin URI: https://github.com/FeXd/wordpress-plugin-quick-weblog
66
Description: Quickly create a simple Post that highlights an existing news article.
7-
Version: 0.0.1
7+
Version: 0.0.2
88
Author: Arlin Schaffel
99
Author URI: https://github.com/FeXd
1010
License: MIT
@@ -62,7 +62,7 @@ function quick_weblog_form()
6262
window.addEventListener("DOMContentLoaded", (event) => {
6363
document.getElementById("quick-weblog-auto").addEventListener("click", (click_event) => {
6464
click_event.preventDefault();
65-
getArticle(document.getElementById("quick-weblog-url").value, "<?php echo esc_js(wp_kses($api_key, array())); ?>");
65+
fetchAndPopulateFormFields(document.getElementById("quick-weblog-url").value, "<?php echo esc_js(wp_kses($api_key, array())); ?>");
6666
});
6767
});
6868
</script>

0 commit comments

Comments
 (0)