Plugin Directory

Changeset 1301260


Ignore:
Timestamp:
12/06/2015 06:53:40 AM (10 years ago)
Author:
richtexteditor
Message:

Fix class file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • richtexteditor/trunk/richtexteditor_wordpress_class.php

    r1301256 r1301260  
    728728        if($content!=null)
    729729            $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";
    733730        $rte->Width="100%";
    734731        $rte->Skin="office2010silver";
     
    827824            $plugin_path = str_replace('http:', 'https:', $this->plugin_path);
    828825        }
     826       
     827        //$rte->ContentCss = get_stylesheet_directory_uri()."/css/editor-style.css";
     828
     829        $rte->ContentCss = $plugin_path . "richtexteditor/wp-content.css";
     830
    829831       
    830832        $rte->AjaxPostbackUrl = $plugin_path . "includes/wpajaxpost.php".$rtesecurl;
Note: See TracChangeset for help on using the changeset viewer.