Plugin Directory

Changeset 1501965


Ignore:
Timestamp:
09/24/2016 02:28:06 PM (10 years ago)
Author:
reviewbuilder
Message:

Bug fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • review-builder/trunk/com/core/SGRB.php

    r1497024 r1501965  
    7979            SGRB_TemplateDesignModel::create();
    8080            SGRB_Comment_RatingModel::create();
     81            SGRB_Rate_LogModel::create();
    8182            update_option('SGRB_VERSION', SGRB_VERSION);
    8283        }
     
    185186            }
    186187        }
    187         return $content;       
    188        
     188        return $content;
     189
    189190    }
    190191
     
    406407        }
    407408        wp_enqueue_script($this->prefix.$script, $this->asset($script.'.js'), array('jquery'),false);
    408     }   
     409    }
    409410
    410411    public function includeStyle($style)
Note: See TracChangeset for help on using the changeset viewer.