Plugin Directory

Changeset 475740


Ignore:
Timestamp:
12/15/2011 07:14:38 AM (13 years ago)
Author:
AgentsOfValue
Message:
  • Fixed label on the report ratings not updated when custom label is enabled
File:
1 edited

Legend:

Unmodified
Added
Removed
  • rate-this-page-plugin/trunk/rtp-admin.php

    r475733 r475740  
    127127       
    128128        //Custom Rating Labels and Questions
    129         if ( $options['rtp_custom_label'] == 'true' ) {
     129        if ( $options['rtp_is_custom_label'] == 'true' ) {
    130130            $rtp_custom_labels = $options['rtp_custom_labels'];
    131131
Note: See TracChangeset for help on using the changeset viewer.