From 6c29d8485b437396bfd075b1bef9b9ae19f18500 Mon Sep 17 00:00:00 2001 From: Michael Sisk Date: Fri, 7 Oct 2011 16:17:15 -0400 Subject: [PATCH] Correct webcomic_transcript_author to webcomic_transcript_email. Also correct a minor spelling error of "auther" to "author" --- webcomic.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webcomic.php b/webcomic.php index e3411d7..b90c768 100644 --- a/webcomic.php +++ b/webcomic.php @@ -1385,7 +1385,7 @@ public function webcomic_transcribe_form( $args = false ) { 'webcomic_transcribe_default_fields', array( 'author' => ' -

+

' . ( $req ? '*' : '' ) . ' @@ -1394,7 +1394,7 @@ public function webcomic_transcribe_form( $args = false ) {

' . ' ' . ( $req ? '*' : '' ) . - ' + '

' ), $args, $req ),