Changeset 1407680
- Timestamp:
- 04/29/2016 05:11:08 PM (10 years ago)
- File:
-
- 1 edited
-
indoona-connect/trunk/interface/management.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indoona-connect/trunk/interface/management.php
r1407628 r1407680 259 259 $('#'+id).removeClass( 'iwp-button--follow' ) 260 260 $('#'+id).addClass( 'iwp-button--unfollow' ); 261 $('#'+id).text(' Unfollow');261 $('#'+id).text('<?php esc_html_e('Unfollow', 'indoona-connect'); ?>'); 262 262 } else if ( response == 'off' ) { 263 263 $('#'+id).removeClass( 'iwp-button--unfollow' ) 264 264 $('#'+id).addClass( 'iwp-button--follow' ); 265 $('#'+id).text(' Follow');265 $('#'+id).text('<?php esc_html_e('Follow', 'indoona-connect'); ?>'); 266 266 } else { 267 267 alert('Unknown error. Please try again');
Note: See TracChangeset
for help on using the changeset viewer.