Changeset 2041298
- Timestamp:
- 02/28/2019 09:49:51 AM (7 years ago)
- File:
-
- 1 edited
-
wp-page-title-with-icon/trunk/admin/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-page-title-with-icon/trunk/admin/functions.php
r2041269 r2041298 3 3 defined( 'ABSPATH' ) or die( 'No direct access allowed' ); 4 4 /* Includes font-awesome */ 5 add_action (' wp_enqueue_scripts', 'wpptwi_enq_files');5 add_action ('init', 'wpptwi_enq_files'); 6 6 function wpptwi_enq_files(){ 7 7 wp_enqueue_style('font-awesome', WPPTWI_PLUGIN_URL.'/css/font-awesome.min.css');
Note: See TracChangeset
for help on using the changeset viewer.