Changeset 7536 for trunk/bp-notifications/bp-notifications-classes.php
- Timestamp:
- 11/08/2013 12:34:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-notifications/bp-notifications-classes.php
r7535 r7536 723 723 ); 724 724 725 if ( ! empty( $item_id ) ) {725 if ( ! empty( $item_id ) ) { 726 726 $where_args['item_id'] = $item_id; 727 727 } 728 728 729 if ( ! empty( $component_name ) ) {729 if ( ! empty( $component_name ) ) { 730 730 $where_args['component_name'] = $component_name; 731 731 } 732 732 733 if ( ! empty( $component_action ) ) {733 if ( ! empty( $component_action ) ) { 734 734 $where_args['component_action'] = $component_action; 735 735 } 736 736 737 if ( ! empty( $secondary_item_id ) ) {737 if ( ! empty( $secondary_item_id ) ) { 738 738 $where_args['secondary_item_id'] = $secondary_item_id; 739 739 } … … 762 762 ); 763 763 764 if ( ! empty( $component_name ) ) {764 if ( ! empty( $component_name ) ) { 765 765 $where_args['component_name'] = $component_name; 766 766 } 767 767 768 if ( ! empty( $component_action ) ) {768 if ( ! empty( $component_action ) ) { 769 769 $where_args['component_action'] = $component_action; 770 770 } 771 771 772 if ( ! empty( $secondary_item_id ) ) {772 if ( ! empty( $secondary_item_id ) ) { 773 773 $where_args['secondary_item_id'] = $secondary_item_id; 774 774 } … … 804 804 ); 805 805 806 if ( ! empty( $component_name ) ) {806 if ( ! empty( $component_name ) ) { 807 807 $where_args['component_name'] = $component_name; 808 808 } 809 809 810 if ( ! empty( $component_action ) ) {810 if ( ! empty( $component_action ) ) { 811 811 $where_args['component_action'] = $component_action; 812 812 } 813 813 814 if ( ! empty( $secondary_item_id ) ) {814 if ( ! empty( $secondary_item_id ) ) { 815 815 $where_args['secondary_item_id'] = $secondary_item_id; 816 816 }
Note: See TracChangeset
for help on using the changeset viewer.