Changeset 1184828
- Timestamp:
- 06/20/2015 06:59:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
username/trunk/functions/username-class.php
r805798 r1184828 9 9 public static function call_username() 10 10 { 11 12 11 wp_register_script('my_custom_script',plugins_url().'/username/js/username.js',array( 'jquery' )); 12 wp_enqueue_script('my_custom_script'); 13 13 14 14 } … … 69 69 70 70 public function print_section_info(){ 71 $data .= " Change your Username here:";71 $data .= "<b>Change your Username here:"; 72 72 $data .= "</br>"; 73 $data .= "If you are not logged out, that means username is not changed. ";73 $data .= "If you are not logged out, that means username is not changed.</b>"; 74 74 print $data; 75 75 } … … 78 78 ?> 79 79 <input type="text" name="username" id="username" value=""> 80 <div class="clickme" id="clickme" style="cursor:pointer; margin: 10px 0; width: 2 24px; border: 1px solid;" >Click to check username is exist or not </div>80 <div class="clickme" id="clickme" style="cursor:pointer; margin: 10px 0; width: 250px; border: 2px solid;" >Click to check username is exist or not </div> 81 81 <div id="username-use"></div> 82 82 <?php
Note: See TracChangeset
for help on using the changeset viewer.