Rename files send-wp-mail
This commit is contained in:
parent
1f5470e677
commit
36e735ae5a
@ -50,8 +50,8 @@ add_action( 'admin_menu', 'sefa_plugin_add_admin_page' );
|
||||
* @since 0.9.2
|
||||
*/
|
||||
function sefa_plugin_scripts() {
|
||||
wp_enqueue_style( 'sefa_admin_css', SEFA_PLUGIN_DIR_URL . 'css/sefa.css', '', SEFA_PLUGIN_VER );
|
||||
wp_enqueue_script( 'sefa_admin_js', SEFA_PLUGIN_DIR_URL . 'js/sefa.js', array('jquery'), SEFA_PLUGIN_VER);
|
||||
wp_enqueue_style( 'sefa_admin_css', SEFA_PLUGIN_DIR_URL . 'css/send-wp-mail.css', '', SEFA_PLUGIN_VER );
|
||||
wp_enqueue_script( 'sefa_admin_js', SEFA_PLUGIN_DIR_URL . 'js/send-wp-mail.js', array('jquery'), SEFA_PLUGIN_VER);
|
||||
}
|
||||
|
||||
/**
|
||||
Loading…
Reference in New Issue
Block a user