Plugin Directory

Changeset 758068


Ignore:
Timestamp:
08/18/2013 10:04:28 PM (13 years ago)
Author:
joomag
Message:

Remove unused variables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-joomag/trunk/wp-joomag.php

    r758058 r758068  
    8383    $backgroundColor     =  _j_getValueWithDefault('/(?:^|[\s]+)backgroundColor=([\S]*)/i', $matches[1], '');
    8484    $backgroundImg       =  _j_getValueWithDefault('/(?:^|[\s]+)backgroundImage=([\S]*)/i', $matches[1], '');
    85     $singleIssue         =  _j_getValueWithDefault('/(?:^|[\s]+)singleIssue=([\S]*)/i', $matches[1], 'true') == 'true' ? true : false;
    8685    $autoFit             =  _j_getValueWithDefault('/(?:^|[\s]+)autoFit=([\S]*)/i', $matches[1], 'false') == 'true' ? true : false;
    8786
Note: See TracChangeset for help on using the changeset viewer.