Plugin Directory

Changeset 475762


Ignore:
Timestamp:
12/15/2011 08:19:41 AM (13 years ago)
Author:
AgentsOfValue
Message:
  • Disabled filter on last updated in report ratings. Need more further details on it. Should be back on next release
File:
1 edited

Legend:

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

    r475740 r475762  
    459459                            <option <?php if ( $_POST['aft-filter'] == 'highest' ) echo 'selected="selected"'; ?> value="highest"><?php _e( 'Highest Rated', RTP_PLUGIN_SNAME ); ?></option>
    460460                            <option <?php if ( $_POST['aft-filter'] == 'lowest' ) echo 'selected="selected"'; ?> value="lowest"><?php _e( 'Lowest Rated', RTP_PLUGIN_SNAME ); ?></option>
    461                             <option <?php if ( $_POST['aft-filter'] == 'last-update' ) echo 'selected="selected"'; ?> value="last-update"><?php _e( 'Last Updated', RTP_PLUGIN_SNAME ); ?></option>                        
     461                            <!--<option <?php //if ( $_POST['aft-filter'] == 'last-update' ) echo 'selected="selected"'; ?> value="last-update"><?php //_e( 'Last Updated', RTP_PLUGIN_SNAME ); ?></option>-->                     
    462462                        </select>
    463463                        <input class="button-secondary" name="submit-filter" type="submit" value="<?php _e( 'Filter' ); ?>" />
Note: See TracChangeset for help on using the changeset viewer.