Changes between Initial Version and Version 1 of Ticket #20537, comment 1
- Timestamp:
- 04/24/2012 09:01:34 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20537, comment 1
initial v1 5 5 return; 6 6 }}} 7 8 Or from get_blogs_of_user(): 9 10 {{{ 11 if ( $blog->archived || $blog->spam || $blog->deleted ) 12 return; 13 }}}