__('Insert/edit link'), 'update' => __('Update'), 'save' => __('Add Link'), 'noTitle' => __('(no title)'), 'noMatchesFound' => __('No matches found.') )); } function awl_admin_styles() { wp_register_style( 'awl_admin_styles_css', awl_plugin_dir.'/assets/css/admin-styles.css', false, awl_plugin_version); wp_enqueue_style( 'awl_admin_styles_css' ); } ?>