Changeset 846921
- Timestamp:
- 01/28/2014 12:50:14 PM (12 years ago)
- File:
-
- 1 edited
-
anylink/tags/0.1.7/classes/al_option.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
anylink/tags/0.1.7/classes/al_option.php
r846905 r846921 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.