request ); $count_users = count_users(); $count_pages = wp_count_posts( 'page' ); $count_posts = wp_count_posts( 'post' ); $users = get_users( array( 'number' => 10 ) ); $user_avatars = array(); $blog_details = get_blog_details(); foreach ( $users as $user ) { $user_avatars[] = get_avatar( $user->ID, 64, '', '', array( 'height' => 32, 'width' => 32 ) ); } ?>
blog_id, $blog_details->siteurl, 128 ) . '" width="64" />'; ?>

blogname, ENT_QUOTES ) ); ?>

publish ) : ?> publish . ' ' . _n( 'post', 'posts', $count_posts->publish, 'p2020' ) ); ?> publish ) : ?> publish . ' ' . _n( 'page', 'pages', $count_pages->publish, 'p2020' ) ); ?>