Plugin Directory

Changeset 834850


Ignore:
Timestamp:
01/08/2014 10:33:37 AM (12 years ago)
Author:
SivaDu
Message:

add translation function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anylink/tags/0.1.4/classes/al_option.php

    r834828 r834850  
    7171    public function dispSlugNum() {
    7272        $num = $this -> anylinkOptions['slugNum'];
    73         echo "<input type='text' id='slugNum' name='anylink_options[slugNum]' value='{$num}' class='small-text' size='4' maxlength='2' /><br />No less than 4 and no more than 12";
     73        echo "<input type='text' id='slugNum' name='anylink_options[slugNum]' value='{$num}' class='small-text' size='4' maxlength='2' /><br />" . __( 'No less than 4 and no more than 12 characters', 'anylink' );
    7474    }
    7575    public function dispSlugChar() {
Note: See TracChangeset for help on using the changeset viewer.