Plugin Directory

Changeset 1135798


Ignore:
Timestamp:
04/16/2015 01:50:38 AM (11 years ago)
Author:
strider72
Message:

2.6.1 (15 April 2015)

  • Switched links default back to "head"
Location:
graceful-pull-quotes/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • graceful-pull-quotes/trunk/graceful-pull-quotes.php

    r1135794 r1135798  
    109109            'quote_class' => 'pullquote',
    110110            'quote_class_alt' => 'pullquote pqRight',
    111             'links_location' => 'footer'
     111            'links_location' => 'head'
    112112        );
    113113        if ( 'reset' == $mode ) {
     
    387387                        </select>';
    388388        $cmbg_links_location = '<select name="' . $this->option_name . '[links_location]" id="links_location">
    389                             <option value="head"' . selected( $opts['links_location'], 'head', false ) . '>Page Head</option>
    390                             <option value="footer"' . selected( $opts['links_location'], 'footer', false ) . '>Page Footer (default)</option>
     389                            <option value="head"' . selected( $opts['links_location'], 'head', false ) . '>Page Head (default)</option>
     390                            <option value="footer"' . selected( $opts['links_location'], 'footer', false ) . '>Page Footer</option>
    391391                        </select>';
    392392?>
  • graceful-pull-quotes/trunk/readme.txt

    r1135796 r1135798  
    8282
    8383== Changelog ==
     84
     85= 2.6.1 (15 April 2015) =
     86* Switched links default back to "head"
    8487
    8588= 2.6 (15 April 2015) =
Note: See TracChangeset for help on using the changeset viewer.