File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
/*
4
4
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
6
6
Description: Quickly create a simple Post that highlights an existing news article.
7
- Version: 0.0.1
7
+ Version: 0.0.2
8
8
Author: Arlin Schaffel
9
9
Author URI: https://github.com/FeXd
10
10
License: MIT
@@ -62,7 +62,7 @@ function quick_weblog_form()
62
62
window.addEventListener("DOMContentLoaded", (event) => {
63
63
document.getElementById("quick-weblog-auto").addEventListener("click", (click_event) => {
64
64
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 ())); ?> ");
66
66
});
67
67
});
68
68
</script>
You can’t perform that action at this time.
0 commit comments