Changeset 1501965
- Timestamp:
- 09/24/2016 02:28:06 PM (10 years ago)
- File:
-
- 1 edited
-
review-builder/trunk/com/core/SGRB.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
review-builder/trunk/com/core/SGRB.php
r1497024 r1501965 79 79 SGRB_TemplateDesignModel::create(); 80 80 SGRB_Comment_RatingModel::create(); 81 SGRB_Rate_LogModel::create(); 81 82 update_option('SGRB_VERSION', SGRB_VERSION); 82 83 } … … 185 186 } 186 187 } 187 return $content; 188 188 return $content; 189 189 190 } 190 191 … … 406 407 } 407 408 wp_enqueue_script($this->prefix.$script, $this->asset($script.'.js'), array('jquery'),false); 408 } 409 } 409 410 410 411 public function includeStyle($style)
Note: See TracChangeset
for help on using the changeset viewer.