Changes between Initial Version and Version 1 of Ticket #33967, comment 17
- Timestamp:
- 09/27/2016 05:44:12 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33967, comment 17
initial v1 7 7 My patch is not finished yet, it needs some help : 8 8 -First, the both links are currently displaying in inline way, I am not familiar with CSS classes from the admin, so it will be usefull to get a hand on this. 9 -Secondly, about the changes I have made in the code, I got two questions. Does the first element of the array returned by get_users() function absolutly return the first user of the site that created this site ? Does the unset( $blog_sites ) is still usefull here ? I extract the get_users() function from the if statement of cache to reuse this var for displaying first user for information.9 -Secondly, about the changes I have made in the code, have we got a better option for performance purpose about the get_sites func call I made every request instead of the previous behavior with 12 hours of cache ? 10 10 -Third, the wording "+ %s more users" (where %s is the number of users) is still good for you ? 11 11 -Fourth, Do we display the first user or the first 5 users of the site like previously suggested ? 12 -Fifth, I don't really understand the meaning of "excerpt" here, can someone explain it ?12 -Fifth, about the excerpt view, I didn't really understood what you want to do (according to the other ticket), at the moment, I display the first 10 users, and then, the number of more users.