Changes between Initial Version and Version 1 of Ticket #37836, comment 5
- Timestamp:
- 10/11/2016 05:54:07 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37836, comment 5
initial v1 1 1 Here's a second patch. Thanks to @fperdaan for the review. 2 2 3 Since the conditional test of $do_both is already made line 13 with the is_multisite, and user cap test, it does not necessary to test again with $both var, we only need to test if it's multisite.3 Since the conditional test of $do_both is already made line 13 with the is_multisite, and user cap test, it's not necessary to test again with $both var, we only need to test if it's multisite. 4 4 5 5 By the way the code of this file is really hard to read, a refactoring would be a nice thing to do to avoid DRY code.