Changeset 355209
- Timestamp:
- 03/04/2011 01:47:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wpmu-automatic-links/trunk/wpmu-automatic-links.php
r354458 r355209 421 421 <div> 422 422 <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 e cho $text; ?>"/>423 <input maxlength="255" id="<?php echo WPMUAutomaticLinks::DOMAIN; ?>Text" type="text" name="text" value="<?php esc_attr_e($text); ?>"/> 424 424 </div><div> 425 425 <label for="<?php echo WPMUAutomaticLinks::DOMAIN; ?>Url"><?php _e('Url :',WPMUAutomaticLinks::DOMAIN); ?></label> … … 427 427 </div><div> 428 428 <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 e cho $anchortext; ?>"/>429 <input maxlength="255" id="<?php echo WPMUAutomaticLinks::DOMAIN; ?>Title" type="text" name="alt" value="<?php esc_attr_e($anchortext); ?>"/> 430 430 </div><div> 431 431 <label for="<?php echo WPMUAutomaticLinks::DOMAIN; ?>Target"><?php _e('Target :',WPMUAutomaticLinks::DOMAIN); ?></label>
Note: See TracChangeset
for help on using the changeset viewer.