Plugin Directory

Changeset 225792


Ignore:
Timestamp:
04/06/2010 04:57:56 PM (16 years ago)
Author:
silasco
Message:

Replacing short tag causing parse error reported by Sandeep Kumar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-pear-debug/trunk/wp-pear-debug.php

    r225354 r225792  
    371371    </option>   
    372372   
    373     <? if($sField['def'] != self::WPD_GUEST_ROLE): ?>
     373    <?php if($sField['def'] != self::WPD_GUEST_ROLE): ?>
    374374    <option value="<?php echo self::WPD_STATUS_ADMIN;?>" <?php  if(get_option($sField['key'])== self::WPD_STATUS_ADMIN) echo "selected"; ?> >
    375375        <?php _e('Admin Only','wp-pear-debug') ?>
Note: See TracChangeset for help on using the changeset viewer.