Fixed spelling "Mesage".
authorChuck Scott <cscott@gaslightmedia.com>
Wed, 27 Jan 2016 16:04:29 +0000 (11:04 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Wed, 27 Jan 2016 16:04:29 +0000 (11:04 -0500)
functions.php
style.css

index 917912c..7aa027e 100755 (executable)
@@ -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 )
         );
     }
index cbd0499..bb27243 100755 (executable)
--- 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
 */