WP Construction Mode - Version 1.2

Version Description

Download this release

Release Info

Developer smartcat
Plugin Icon 128x128 WP Construction Mode
Version 1.2
Comparing to
See all releases

Code changes from version 1.1 to 1.2

Files changed (2) hide show
  1. form.php +1 -0
  2. under-construction.php +1 -0
form.php CHANGED
@@ -4,6 +4,7 @@
4
  .center{text-align: center;}
5
  .width70{ width: 70%;}
6
  .width25{ width: 25%;}
 
7
  #gopro{
8
  width: 100%;
9
  display: block;
4
  .center{text-align: center;}
5
  .width70{ width: 70%;}
6
  .width25{ width: 25%;}
7
+ .width50{ width: 50%;}
8
  #gopro{
9
  width: 100%;
10
  display: block;
under-construction.php CHANGED
@@ -160,6 +160,7 @@ function show_uc() {
160
  $wuc_facebook = get_option('wuc_facebook');
161
  $current_user = wp_get_current_user();
162
 
 
163
  if ($set_opt == 'Yes' && !user_can($current_user, 'administrator')) {
164
  if($set_page == get_the_ID()){
165
  //echo "<div style='margin:0 auto; text-align:center;font-size:30px;padding-top:30px;'>" . $set_msg . "</div>";
160
  $wuc_facebook = get_option('wuc_facebook');
161
  $current_user = wp_get_current_user();
162
 
163
+
164
  if ($set_opt == 'Yes' && !user_can($current_user, 'administrator')) {
165
  if($set_page == get_the_ID()){
166
  //echo "<div style='margin:0 auto; text-align:center;font-size:30px;padding-top:30px;'>" . $set_msg . "</div>";