Changeset 1405636
- Timestamp:
- 04/27/2016 02:10:46 PM (10 years ago)
- Location:
- indoona-connect/trunk
- Files:
-
- 4 edited
-
indoona.php (modified) (1 diff)
-
interface/endpoint.php (modified) (1 diff)
-
menu/groups-class.php (modified) (1 diff)
-
menu/subscribers-class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indoona-connect/trunk/indoona.php
r1405610 r1405636 173 173 ) 174 174 ); 175 indoona_tp_message_send( $_POST['user'], $_POST['user'], 'You have unsubscribed tothe 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 ); 176 176 echo 'off'; 177 177 } else if ( indoona_is_cat_enabled( $_POST['cat'] ) ) { -
indoona-connect/trunk/interface/endpoint.php
r1405610 r1405636 128 128 ); 129 129 indoona_tp_message_send( $user_id, $resource_id, 130 __('You have unsubscribed tothe category', 'indoona-connect').' '.$parameters[1]);130 __('You have unsubscribed from the category', 'indoona-connect').' '.$parameters[1]); 131 131 } else if ( in_array( $cat_id, $categories ) ) { 132 132 indoona_tp_message_send( $user_id, $resource_id, 133 __('You have already unsubscribed tothe category', 'indoona-connect').' '.$parameters[1]);133 __('You have already unsubscribed from the category', 'indoona-connect').' '.$parameters[1]); 134 134 } else { 135 135 indoona_tp_message_send( $user_id, $resource_id, -
indoona-connect/trunk/menu/groups-class.php
r1394352 r1405636 42 42 'subject' => __('Group'), 43 43 'owner' => __('Owner'), 44 'subscribe' => __('Subscri be Date')44 'subscribe' => __('Subscription date') 45 45 ); 46 46 if ( !WP_DEBUG ) { -
indoona-connect/trunk/menu/subscribers-class.php
r1394352 r1405636 35 35 'msisdn' => __('MSISDN'), 36 36 'lang' => __('lang'), 37 'subscribe' => __('Subscri be Date')37 'subscribe' => __('Subscription date') 38 38 ); 39 39 if ( !WP_DEBUG ) {
Note: See TracChangeset
for help on using the changeset viewer.