Navigation Menu

Skip to content

Commit

Permalink
Revert "Adding version to menu pages; see: wpsharks/comet-cache#502"
Browse files Browse the repository at this point in the history
This reverts commit c6f55fd.
  • Loading branch information
raamdev committed Aug 8, 2015
1 parent c6f55fd commit a38fac0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
9 changes: 0 additions & 9 deletions src/client-s/css/menu-pages.css
Expand Up @@ -86,15 +86,6 @@ Menu page styles.
background: #FFFFFF;
padding: .5em;
}
.plugin-menu-page-version {
margin-top: 15px;
float: right;
clear: both;
color: #417505;
font-size: 17px;
font-style: oblique;
font-weight: bolder;
}
.plugin-menu-page hr {
border: 0;
padding: 0;
Expand Down
1 change: 0 additions & 1 deletion src/includes/classes/MenuPageOptions.php
Expand Up @@ -54,7 +54,6 @@ public function __construct()
echo ' <a href="'.esc_attr('http://zencache.com/r/zencache-subscribe/').'" target="_blank"><i class="fa fa-envelope"></i> '.__('Newsletter', SLUG_TD).'</a>'."\n";
echo ' <a href="'.esc_attr('http://zencache.com/r/zencache-beta-testers-list/').'" target="_blank"><i class="fa fa-envelope"></i> '.__('Beta Testers', SLUG_TD).'</a>'."\n";
echo ' </div>'."\n";
echo ' <div class="plugin-menu-page-version">'<span>Running on Zencache:</span>';.esc_html(VERSION).'</div>'."\n";

echo ' <img src="'.$this->plugin->url('/src/client-s/images/options-'.(IS_PRO ? 'pro' : 'lite').'.png').'" alt="'.esc_attr(__('Plugin Options', SLUG_TD)).'" />'."\n";

Expand Down
4 changes: 2 additions & 2 deletions src/includes/classes/MenuPageProUpdater.php
Expand Up @@ -39,9 +39,9 @@ public function __construct()
echo ' <a href="'.esc_attr('http://zencache.com/r/zencache-subscribe/').'" target="_blank"><i class="fa fa-envelope"></i> '.__('Newsletter', SLUG_TD).'</a>'."\n";
echo ' <a href="'.esc_attr('http://zencache.com/r/zencache-beta-testers-list/').'" target="_blank"><i class="fa fa-envelope"></i> '.__('Beta Testers', SLUG_TD).'</a>'."\n";
echo ' </div>'."\n";
echo ' <div class="plugin-menu-page-version">'<span>Running on Zencache:</span>';.esc_html(VERSION).'</div>'."\n";

echo ' <img src="'.$this->plugin->url('/src/client-s/images/pro-updater.png').'" alt="'.esc_attr(__('Pro Plugin Updater', SLUG_TD)).'" />'."\n";

echo '</div>'."\n";

/* ----------------------------------------------------------------------------------------- */
Expand Down

0 comments on commit a38fac0

Please sign in to comment.