Skip to content

Commit

Permalink
Update welcome_widget.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Jersey committed Apr 18, 2015
1 parent 09cb1e3 commit dc66c91
Showing 1 changed file with 11 additions and 19 deletions.
30 changes: 11 additions & 19 deletions welcome_widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,14 +221,6 @@ function drawChart() {
<div id="main_content">
<section>

<?php if ( get_option( 'wordpress_api_key' ) == FALSE ) { ?>
<div style="padding: 5px; border: 1px solid #e5e5e5;-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);box-shadow: 0 1px 1px rgba(0,0,0,.04);background:#faf4b1;margin-bottom: 20px">If you are recieving spam comments on your PSMU blog, please <a href="options-general.php?page=akismet-key-config"><b><u>activate Akismet</u></b></a> now. All you need is the <b>free plan</b> since there is no exchange of money on our blogs.</div>
<?php } ?>

<!--<div style="padding: 5px; border: 1px solid #e5e5e5;-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);box-shadow: 0 1px 1px rgba(0,0,0,.04);background:#45aab8;color:#fff;margin-bottom: 20px">Starting April 21st, <a style="color:#faf4b1" target="_blank" href="http://googlewebmastercentral.blogspot.com/2015/02/finding-more-mobile-friendly-search.html"><b><u>Google announced</u></b></a> they'll start ranking your site based on if it's mobile friendly or not. Please <a style="color:#faf4b1" href="admin.php?page=wptouch-admin-touchboard"><b><u>activate WPtouch Pro</u></b></a> now to make your site mobile friendly.</div>-->

<!--<div style="padding: 5px; border: 1px solid #e5e5e5;-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);box-shadow: 0 1px 1px rgba(0,0,0,.04);background:#ff4486;color:#fff;margin-bottom: 20px">Maintenance: On ____ at 12am until 1am Pacific we will be under scheduled maintenance. No downtime is expected.</div>-->

<div class="row">

<div class="one_five">
Expand Down Expand Up @@ -310,14 +302,14 @@ function drawChart() {
<table>
<tr>
<td class="td_width">PageSpeed:</td>
<td>On <a class="button thickbox" id="td_thick" style="float:right" href="http://psmutheme.com/docs/pagespeed?TB_iframe=true">info</a></td>
<td>N/A <a class="button thickbox" id="td_thick" style="float:right" href="http://psmutheme.com/docs/pagespeed?TB_iframe=true">info</a></td>
</tr>
</table>
<div class="line_break"></div>
<table>
<tr>
<td class="td_width">SuperCache:</td>
<td>On <a class="button thickbox" id="td_thick" style="float:right" href="http://psmutheme.com/docs/supercache?TB_iframe=true">info</a></td>
<td>N/A <a class="button thickbox" id="td_thick" style="float:right" href="http://psmutheme.com/docs/supercache?TB_iframe=true">info</a></td>
</tr>
</table>
</div>
Expand All @@ -328,7 +320,7 @@ function drawChart() {
<table>
<tr>
<td class="td_width">Server OS:</td>
<td>RedHat <?php echo PHP_OS ?></td>
<td><?php echo PHP_OS ?></td>
</tr>
</table>
<div class="line_break"></div>
Expand All @@ -341,29 +333,29 @@ function drawChart() {
<div class="line_break"></div>
<table>
<tr>
<td class="td_width">MySQL DB:</td>
<td><?php echo $wpdb->db_version() ?></td>
<td class="td_width">RAM Usage:</td>
<td><?php echo convert(memory_get_usage(true)); ?> MB</td>
</tr>
</table>
<div class="line_break"></div>
<table>
<tr>
<td class="td_width">WordPress:</td>
<td><?php echo $wp_version ?></td>
<td class="td_width">RAM Avail:</td>
<td><?php echo convert(ini_get('memory_limit')); ?> MB</td>
</tr>
</table>
<div class="line_break"></div>
<table>
<tr>
<td class="td_width">Processors:</td>
<td>24 Intel Xeon's</td>
<td class="td_width">MySQL DB:</td>
<td><?php echo $wpdb->db_version() ?></td>
</tr>
</table>
<div class="line_break"></div>
<table>
<tr>
<td class="td_width">Total RAM:</td>
<td>128 GB</td>
<td class="td_width">WordPress:</td>
<td><?php echo $wp_version ?></td>
</tr>
</table>
</div>
Expand Down

0 comments on commit dc66c91

Please sign in to comment.