setting the default blocks to the live site blocks id
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 13 Mar 2019 15:40:41 +0000 (11:40 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 13 Mar 2019 15:40:41 +0000 (11:40 -0400)
functions.php
header.php
style.css

index 000d85a..7888702 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 define( 'GOLF_BLOCKS', 10069 );
-// define( 'DEFAULT_BLOCKS', 10070 );
-define( 'DEFAULT_BLOCKS', 9797 );
+define( 'DEFAULT_BLOCKS', 10070 );
+// define( 'DEFAULT_BLOCKS', 9797 );
 
 $ancestorId   = null;
 $includePages = array();
index 914c3b9..65d5fab 100644 (file)
@@ -4,7 +4,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.2.52">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.2.53">
       <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico">
     <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href='//fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
index 184dd0a..fba3001 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: MountPleasantCVB
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for MountPleasantCVB
-Version: 1.2.52
+Version: 1.2.53
 */