Index: trunk/templates/source/authors_block.html
===================================================================
--- trunk/templates/source/authors_block.html	(revision 125)
+++ trunk/templates/source/authors_block.html	(revision 126)
@@ -2,10 +2,5 @@
  	The template tag of the following list can be used. 
  		<{$block.err_message}> 					// When the block cannot be displayed, this outputs the reason. Please do not delete it.
-		<{$block.data_count}>					// The number of archives is displayed. 
-		<{$block.contents}>						// Data array of archives. 
-		// Examples of <{$block.contents}>
-		<{foreach from=$block.contents item=content}>	// Loop
-		<{$content.author}>						// the author name is displayed as a link to their posts. Optionally this tag displays each author's post count.
-		<{/foreach}>							// End of Loop
+		<{$block.authors}>						// Displays Authors from wp_list_authors() function
 ************************* End of usage ************************ *}>
 <{* Start Template *}>
@@ -14,11 +9,5 @@
 	<{$block.err_message}>
 	<div class="xpress_authors_block">
-		<ul>
-		<{foreach from=$block.contents item=content}>
-			<li>
-			<{$content.author}>
-			</li>
-		<{/foreach}>
-		</ul>
+		<{$block.authors}>
 	</div>
 </div>
