$column_display_name) { $column_link = " | |||||||
---|---|---|---|---|---|---|---|
' name='allblogs[]' value='' /> |
' . __('Edit') . ''; $actions[] = "" . __('Backend') . ''; if ( get_blog_status( $blog['blog_id'], "deleted" ) == '1' ) $actions[] = '' . __('Activate') . ''; else $actions[] = '' . __('Deactivate') . ''; if ( get_blog_status( $blog['blog_id'], "archived" ) == '1' ) $actions[] = '' . __('Unarchive') . ''; else $actions[] = '' . __('Archive') . ''; if ( get_blog_status( $blog['blog_id'], "spam" ) == '1' ) $actions[] = '' . __('Not Spam') . ''; else $actions[] = '' . __("Spam") . ''; $actions[] = '' . __("Delete") . ''; $actions[] = "" . __('Visit') . ''; ?> |
g:i:s a'), $blog['last_updated']); ?> | g:i:s a'), $blog['registered']); ?> |
5 ) {
$blogusers = array_slice( $blogusers, 0, 5 );
$blogusers_warning = __( 'Only showing first 5 users.' ) . ' ' . __( 'More' ) . '';
}
foreach ( $blogusers as $key => $val )
echo '' . $val->user_login . ' ('.$val->user_email.') '; if ( $blogusers_warning != '' ) echo '' . $blogusers_warning . ' '; } ?> |
|||