Plugin Directory

Changeset 355209


Ignore:
Timestamp:
03/04/2011 01:47:20 PM (15 years ago)
Author:
iDo8p
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • wpmu-automatic-links/trunk/wpmu-automatic-links.php

    r354458 r355209  
    421421                    <div>
    422422                    <label for="<?php echo WPMUAutomaticLinks::DOMAIN; ?>Text"><?php _e('Word :',WPMUAutomaticLinks::DOMAIN); ?></label>
    423                     <input maxlength="255"  id="<?php echo WPMUAutomaticLinks::DOMAIN; ?>Text" type="text" name="text" value="<?php echo $text; ?>"/>
     423                    <input maxlength="255"  id="<?php echo WPMUAutomaticLinks::DOMAIN; ?>Text" type="text" name="text" value="<?php esc_attr_e($text); ?>"/>
    424424                    </div><div>
    425425                    <label for="<?php echo WPMUAutomaticLinks::DOMAIN; ?>Url"><?php _e('Url :',WPMUAutomaticLinks::DOMAIN); ?></label>
     
    427427                    </div><div>
    428428                    <label for="<?php echo WPMUAutomaticLinks::DOMAIN; ?>Title"><?php _e('Title :',WPMUAutomaticLinks::DOMAIN); ?></label>
    429                     <input maxlength="255"  id="<?php echo WPMUAutomaticLinks::DOMAIN; ?>Title" type="text" name="alt" value="<?php echo $anchortext; ?>"/>
     429                    <input maxlength="255"  id="<?php echo WPMUAutomaticLinks::DOMAIN; ?>Title" type="text" name="alt" value="<?php esc_attr_e($anchortext); ?>"/>
    430430                    </div><div>
    431431                    <label for="<?php echo WPMUAutomaticLinks::DOMAIN; ?>Target"><?php _e('Target :',WPMUAutomaticLinks::DOMAIN); ?></label>
Note: See TracChangeset for help on using the changeset viewer.