Changeset 846920
- Timestamp:
- 01/28/2014 12:49:25 PM (12 years ago)
- File:
-
- 1 edited
-
anylink/trunk/classes/al_option.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
anylink/trunk/classes/al_option.php
r846905 r846920 116 116 $rel = $this -> anylinkOptions['rel']; 117 117 $html = "rel=<input type='text' id='anylink_rel' name='anylink_options[rel]' value='{$rel}' class='regular-text' size='20' /><br />"; 118 $html .= __( "Set the property 'rel' of URLs. If you want to use the default property, please leave it blank." );119 $html .= "<br />" . __( "Use single blank character to seperate its values." );118 $html .= __( "Set the property 'rel' of URLs. If you want to use the default property, please leave it blank.",'anylink' ); 119 $html .= "<br />" . __( "Use single blank character to seperate its values.", 'anylink' ); 120 120 echo $html; 121 121 }
Note: See TracChangeset
for help on using the changeset viewer.