Changeset 2147971
- Timestamp:
- 08/29/2019 05:45:56 PM (7 years ago)
- Location:
- wp-miniaudioplayer
- Files:
-
- 2 edited
-
tags/1.9.1/inc/popup.php (modified) (1 diff)
-
trunk/inc/popup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-miniaudioplayer/tags/1.9.1/inc/popup.php
r2147879 r2147971 80 80 function add_map_TinyMCE_css($in) 81 81 { 82 $in['content_css'] .= "," . plugins_url('map_short_code.css?_=' . MINIAUDIOPLAYER_VERSION, __FILE__, __FILE__);;82 $in['content_css'] .= "," . plugins_url('map_short_code.css?_=' . MINIAUDIOPLAYER_VERSION, __FILE__); 83 83 return $in; 84 84 } -
wp-miniaudioplayer/trunk/inc/popup.php
r2147879 r2147971 80 80 function add_map_TinyMCE_css($in) 81 81 { 82 $in['content_css'] .= "," . plugins_url('map_short_code.css?_=' . MINIAUDIOPLAYER_VERSION, __FILE__, __FILE__);;82 $in['content_css'] .= "," . plugins_url('map_short_code.css?_=' . MINIAUDIOPLAYER_VERSION, __FILE__); 83 83 return $in; 84 84 }
Note: See TracChangeset
for help on using the changeset viewer.