Plugin Directory

Changeset 918120


Ignore:
Timestamp:
05/20/2014 07:04:29 PM (12 years ago)
Author:
huntermaster
Message:

priority use with proper default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • image-formatr/trunk/src/class.formatr.php

    r917473 r918120  
    4848            $this->addl_img_height = abs(intval($this->get_option('img2short')));
    4949            $this->addl_page       =     intval($this->get_option('img2page' ));
    50             $this->priority        =     intval($this->get_option('priority' ));
     50            $this->priority        =     intval($this->get_option('priority' ) or 10);
    5151
    5252            // flickr settings
Note: See TracChangeset for help on using the changeset viewer.