Changeset 1135798
- Timestamp:
- 04/16/2015 01:50:38 AM (11 years ago)
- Location:
- graceful-pull-quotes/trunk
- Files:
-
- 2 edited
-
graceful-pull-quotes.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
graceful-pull-quotes/trunk/graceful-pull-quotes.php
r1135794 r1135798 109 109 'quote_class' => 'pullquote', 110 110 'quote_class_alt' => 'pullquote pqRight', 111 'links_location' => ' footer'111 'links_location' => 'head' 112 112 ); 113 113 if ( 'reset' == $mode ) { … … 387 387 </select>'; 388 388 $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> 391 391 </select>'; 392 392 ?> -
graceful-pull-quotes/trunk/readme.txt
r1135796 r1135798 82 82 83 83 == Changelog == 84 85 = 2.6.1 (15 April 2015) = 86 * Switched links default back to "head" 84 87 85 88 = 2.6 (15 April 2015) =
Note: See TracChangeset
for help on using the changeset viewer.