Changeset 475762
- Timestamp:
- 12/15/2011 08:19:41 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rate-this-page-plugin/trunk/rtp-admin.php
r475740 r475762 459 459 <option <?php if ( $_POST['aft-filter'] == 'highest' ) echo 'selected="selected"'; ?> value="highest"><?php _e( 'Highest Rated', RTP_PLUGIN_SNAME ); ?></option> 460 460 <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>--> 462 462 </select> 463 463 <input class="button-secondary" name="submit-filter" type="submit" value="<?php _e( 'Filter' ); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.