This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Change the password reset text | |
| * | |
| **/ | |
| function change_password_reset_text_filter( $translated_text, $untranslated_text, $domain ) { | |
| switch( $untranslated_text ) { | |
| case 'Enter your new password below.': |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // simple frontend file upload | |
| // written by Arūnas Liuiza | tinyStudio | wp.tribuna.lt | |
| // Usage: use [tiny_upload] shortcode or get_tiny_upload()/the_tiny_upload() template tags | |
| // Localization: replace 'theme' with your text domain string. | |
| // ======= UPLOAD FORM =====> | |
| // return form #1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <select name="Country"> | |
| <option value="" selected="selected">Select Country</option> | |
| <option value="United States">United States</option> | |
| <option value="United Kingdom">United Kingdom</option> | |
| <option value="Afghanistan">Afghanistan</option> | |
| <option value="Albania">Albania</option> | |
| <option value="Algeria">Algeria</option> | |
| <option value="American Samoa">American Samoa</option> | |
| <option value="Andorra">Andorra</option> | |
| <option value="Angola">Angola</option> |