Plugin Directory

Changeset 209808


Ignore:
Timestamp:
02/24/2010 02:20:32 PM (16 years ago)
Author:
markowe
Message:
 
Location:
wordbay
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wordbay/tags/1.21/WordBay.php

    r209803 r209808  
    101101                                }
    102102                                 
    103                                                                
     103
    104104                                // Get listing parameters (from admin panel)
    105105
     
    795795<?php
    796796// check if there is already a stylesheet in memory, if so, retrieve and skip the rest
    797 if (array_key_exists ('WordBayCSS', $WBOptions))
     797if ($WBOptions['WordBayCSS'])
    798798{
    799799   $varWBCSS = $WBOptions['WordBayCSS'];
  • wordbay/trunk/WordBay.php

    r209803 r209808  
    101101                                }
    102102                                 
    103                                                                
     103
    104104                                // Get listing parameters (from admin panel)
    105105
     
    795795<?php
    796796// check if there is already a stylesheet in memory, if so, retrieve and skip the rest
    797 if (array_key_exists ('WordBayCSS', $WBOptions))
     797if ($WBOptions['WordBayCSS'])
    798798{
    799799   $varWBCSS = $WBOptions['WordBayCSS'];
Note: See TracChangeset for help on using the changeset viewer.