From b4bcebd0753dcb8225d28441efafbb2fbf63a014 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Wed, 27 Jan 2016 11:04:29 -0500 Subject: [PATCH] Fixed spelling "Mesage". --- functions.php | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.17.1