Changeset 1301260
- Timestamp:
- 12/06/2015 06:53:40 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
richtexteditor/trunk/richtexteditor_wordpress_class.php
r1301256 r1301260 728 728 if($content!=null) 729 729 $rte->LoadFormData(html_entity_decode($content)); 730 //$rte->ContentCss = get_stylesheet_directory_uri()."/css/editor-style.css";731 732 $rte->ContentCss =$this->plugin_path . "richtexteditor/wp-content.css";733 730 $rte->Width="100%"; 734 731 $rte->Skin="office2010silver"; … … 827 824 $plugin_path = str_replace('http:', 'https:', $this->plugin_path); 828 825 } 826 827 //$rte->ContentCss = get_stylesheet_directory_uri()."/css/editor-style.css"; 828 829 $rte->ContentCss = $plugin_path . "richtexteditor/wp-content.css"; 830 829 831 830 832 $rte->AjaxPostbackUrl = $plugin_path . "includes/wpajaxpost.php".$rtesecurl;
Note: See TracChangeset
for help on using the changeset viewer.