Plugin Directory

Changeset 1317715


Ignore:
Timestamp:
12/29/2015 04:40:23 AM (10 years ago)
Author:
weiluri
Message:

fixed text mistake

Location:
wp-order-by
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-order-by/tags/1.3/views/form_elements.php

    r1314587 r1317715  
    5050</div>
    5151<div class="wpob_option">
    52     <label for="order_custom_fields">By value of a custom field (Descending order)</label>
     52    <label for="order_custom_fields">By value of a custom field</label>
    5353    <select id="order_custom_fields" name="wpob-options-<?php echo $args['post_type']; ?>">
    5454        <option value=""><?php echo __('Select Custom Field','wp-order-by-plugin'); ?></option>
  • wp-order-by/trunk/views/form_elements.php

    r1314584 r1317715  
    5050</div>
    5151<div class="wpob_option">
    52     <label for="order_custom_fields">By value of a custom field (Descending order)</label>
     52    <label for="order_custom_fields">By value of a custom field</label>
    5353    <select id="order_custom_fields" name="wpob-options-<?php echo $args['post_type']; ?>">
    5454        <option value=""><?php echo __('Select Custom Field','wp-order-by-plugin'); ?></option>
Note: See TracChangeset for help on using the changeset viewer.