From: Chuck Scott Date: Wed, 27 Jan 2016 16:04:29 +0000 (-0500) Subject: Fixed spelling "Mesage". X-Git-Tag: v1.0.11^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=b4bcebd0753dcb8225d28441efafbb2fbf63a014;p=WP-Themes%2FTomsMomsCookies.git Fixed spelling "Mesage". --- diff --git a/functions.php b/functions.php index 917912c..7aa027e 100755 --- a/functions.php +++ b/functions.php @@ -197,7 +197,7 @@ function add_custom_fields_to_order_printout( $fields, $order ) { $new_fields = array(); if( get_post_meta( $order->id, 'Gift Message', true ) ) { $new_fields['Gift Message'] = array( - 'label' => 'Gift Mesage', + 'label' => 'Gift Message', 'value' => get_post_meta( $order->id, 'Gift Message', true ) ); } diff --git a/style.css b/style.css index cbd0499..bb27243 100755 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: Tom's Mom's Cookies Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme made for Tom's Mom's Cookies. -Version: 1.0.10 +Version: 1.0.11 */