Plugin Directory

Changeset 1513537


Ignore:
Timestamp:
10/12/2016 05:16:59 PM (9 years ago)
Author:
seorets
Message:

Replaced “height” with “high” and updated other grammatical errors in descriptions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • seo-rets/branches/3.3.70/menu/developer-tools.php

    r1444293 r1513537  
    16281628                <label for="none-order"><input type="radio" <?php if (get_option('sr_listingsOrder') == "none") {
    16291629                        echo "checked='checked'";
    1630                     } ?> id="none-order" name="order">With out order</label><br/>
     1630                    } ?> id="none-order" name="order">Without order</label><br/>
    16311631                <label for="highorlow"><input type="radio" <?php if (get_option('sr_listingsOrder') != "none") {
    16321632                        echo "checked='checked'";
     
    16351635                        <option <?php if (get_option('sr_listingsOrder') == "heightolow") {
    16361636                            echo "selected";
    1637                         } ?> value="heightolow">Height to low
     1637                        } ?> value="heightolow">High to low
    16381638                        </option>
    16391639                        <option <?php if (get_option('sr_listingsOrder') == "lowtoheigh") {
    16401640                            echo "selected";
    1641                         } ?> value="lowtoheigh">Low to height
     1641                        } ?> value="lowtoheigh">Low to high
    16421642                        </option>
    16431643                    </select>
     
    16701670                <h3>Plugin Using Bootstrap</h3>
    16711671
    1672                 <p>If you no need use bootstrap style or your theme almost use it you can disable it.</p>
     1672                <p>If your theme already uses bootstrap, you can disable it.</p>
    16731673                <label for="using_boot"><input type="checkbox"
    16741674                                               id="using_boot" <?php if (get_option('sr_boot') == 'true') {
     
    17401740
    17411741                <p>Include refine search, narrow search and map results</p>
    1742                 <p>To use this option in your theme must be include bootstrap!!!</p>
     1742                <p>To use this option in your theme, it must include the Bootstrap framework!</p>
    17431743                <label for="bootstrap_refine"><input type="checkbox"
    17441744                                                     id="bootstrap_refine" <?php if (get_option('bootstrap_refine') == 'true') {
     
    17581758
    17591759                <p>Include refine search, narrow search and map results</p>
    1760                 <p>To use this option in your theme must be include bootstrap!!!</p>
    1761                 <p>This option will change standart refine block in shortcode when refine was add as option to
    1762                     shortcode</p>
     1760                <p>To use this option in your theme, it must include the Bootstrap framework!</p>
     1761                <p>This option will change standard refine block in the shortcode when refine was added as option to
     1762                    shortcode.</p>
    17631763                <label for="bootstrap_refine_sc"><input type="checkbox"
    17641764                                                        id="bootstrap_refine_sc" <?php if (get_option('bootstrap_refine_sc') == 'true') {
     
    19501950                    form with the
    19511951                    shortcode [sr-search type="customform"]</p>
    1952                 <textarea id="customform-html" cols="40" rows="5"><?php echo get_option("sr_customform") ?></textarea>
     1952                <textarea id="customform-html" cols="100" rows="50"><?php echo get_option("sr_customform") ?></textarea>
    19531953                <br/>
    19541954                <input type="submit" id="customform-save" class="button-primary" value="Save"/><span
Note: See TracChangeset for help on using the changeset viewer.