Plugin Directory

Changeset 1405636


Ignore:
Timestamp:
04/27/2016 02:10:46 PM (10 years ago)
Author:
indoonaopenplatform
Message:

v0.9.3

Location:
indoona-connect/trunk
Files:
4 edited

Legend:

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

    r1405610 r1405636  
    173173                )
    174174            );
    175             indoona_tp_message_send( $_POST['user'], $_POST['user'], 'You have unsubscribed to the category "'.get_cat_name( $_POST['cat'] ).'".', true );
     175            indoona_tp_message_send( $_POST['user'], $_POST['user'], 'You have unsubscribed from the category "'.get_cat_name( $_POST['cat'] ).'".', true );
    176176            echo 'off';
    177177        } else if ( indoona_is_cat_enabled( $_POST['cat'] ) ) {
  • indoona-connect/trunk/interface/endpoint.php

    r1405610 r1405636  
    128128                            );
    129129                            indoona_tp_message_send( $user_id, $resource_id,
    130                                                     __('You have unsubscribed to the category', 'indoona-connect').' '.$parameters[1]);   
     130                                                    __('You have unsubscribed from the category', 'indoona-connect').' '.$parameters[1]);   
    131131                        } else if ( in_array( $cat_id, $categories ) ) {
    132132                            indoona_tp_message_send( $user_id, $resource_id,
    133                                                     __('You have already unsubscribed to the category', 'indoona-connect').' '.$parameters[1]);
     133                                                    __('You have already unsubscribed from the category', 'indoona-connect').' '.$parameters[1]);
    134134                        } else {
    135135                             indoona_tp_message_send( $user_id, $resource_id,
  • indoona-connect/trunk/menu/groups-class.php

    r1394352 r1405636  
    4242            'subject' => __('Group'),
    4343            'owner' => __('Owner'),
    44             'subscribe' => __('Subscribe Date')
     44            'subscribe' => __('Subscription date')
    4545        );
    4646        if ( !WP_DEBUG ) {
  • indoona-connect/trunk/menu/subscribers-class.php

    r1394352 r1405636  
    3535            'msisdn' => __('MSISDN'),
    3636            'lang' => __('lang'),
    37             'subscribe' => __('Subscribe Date')
     37            'subscribe' => __('Subscription date')
    3838        );
    3939        if ( !WP_DEBUG ) {
Note: See TracChangeset for help on using the changeset viewer.