What is the meaning of <?php _e('Password') ?>
Posted: Tue Apr 07, 2009 1:55 pm
Please Tell me the Detail of the Following Code
This is the Code
What will Highlighted Code Do? Please tell me in detail about the highlighted code also.
Code: Select all
<p>
<label>[b]<?php _e('Password') ?> [/b] <br />
<input type="password" name="pwd" id="user_pass" class="input" value="" size="20" tabindex="20" /></label>
</p>Code: Select all
<?php _e('Password') ?>What will Highlighted Code Do? Please tell me in detail about the highlighted code also.