Plugin Directory

Changeset 1407680


Ignore:
Timestamp:
04/29/2016 05:11:08 PM (10 years ago)
Author:
indoonaopenplatform
Message:

management.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indoona-connect/trunk/interface/management.php

    r1407628 r1407680  
    259259                        $('#'+id).removeClass( 'iwp-button--follow' )
    260260                        $('#'+id).addClass( 'iwp-button--unfollow' );
    261                         $('#'+id).text('Unfollow');
     261                        $('#'+id).text('<?php esc_html_e('Unfollow', 'indoona-connect'); ?>');
    262262                    } else if ( response == 'off' ) {
    263263                        $('#'+id).removeClass( 'iwp-button--unfollow' )
    264264                        $('#'+id).addClass( 'iwp-button--follow' );
    265                         $('#'+id).text('Follow');
     265                        $('#'+id).text('<?php esc_html_e('Follow', 'indoona-connect'); ?>');
    266266                    } else {
    267267                        alert('Unknown error. Please try again');
Note: See TracChangeset for help on using the changeset viewer.