Plugin Directory

Changeset 225987


Ignore:
Timestamp:
04/07/2010 07:06:52 AM (16 years ago)
Author:
silasco
Message:

fixing syntax error for 1.4.6 for those who have short tags disabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-pear-debug/tags/1.4.6/wp-pear-debug.php

    r202102 r225987  
    422422</option>   
    423423
    424 <? if($sField['def'] != self::WPD_GUEST_ROLE): ?>
     424<?php if($sField['def'] != self::WPD_GUEST_ROLE): ?>
    425425<option value="<?php echo self::WPD_STATUS_ADMIN;?>" <?php  if(get_option($sField['key'])== self::WPD_STATUS_ADMIN) echo "selected"; ?> >
    426426    <?php _e('Admin Only','wp-pear-debug') ?>
Note: See TracChangeset for help on using the changeset viewer.