Changeset 1679059
- Timestamp:
- 06/15/2017 09:35:56 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
project-description/trunk/kantoniak-project-description.php
r1670246 r1679059 13 13 14 14 class ProjectDescription { 15 16 const PLUGIN_SLUG = 'project-description'; 15 17 16 18 const OPTION_CATEGORY = 'kantoniak_pd_category'; … … 43 45 44 46 public function addStylesheet() { 45 wp_enqueue_style( 'kantoniak-project-description', plugins_url('kantoniak-project-description/css/style.css'));47 wp_enqueue_style(ProjectDescription::PLUGIN_SLUG, plugins_url(ProjectDescription::PLUGIN_SLUG .'/css/style.css')); 46 48 } 47 49
Note: See TracChangeset
for help on using the changeset viewer.