Skip to content

Commit

Permalink
Merge pull request #9 from websharks/feature/131
Browse files Browse the repository at this point in the history
UI Enhancement; updating plugin title. See: wpsharks/comment-mail#131
  • Loading branch information
JasWSInc committed Jul 29, 2015
2 parents bca6914 + c98eced commit 7f9c5b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion comment-mail-pro/plugin.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -1022,6 +1022,7 @@ public function add_meta_boxes($post_type)
*
* @see add_meta_boxes()
*/

public function post_small_meta_box(\WP_Post $post)
{
new post_small_meta_box($post);
Expand Down Expand Up @@ -1196,7 +1197,7 @@ public function add_menu_pages()

/* ----------------------------------------- */

$_menu_title = $this->name;
$_menu_title = $this->name.' <sup style="font-size:60%; line-height:1;">Pro</sup>';
$_page_title = $this->name.'&trade;';
$_menu_position = apply_filters(__METHOD__.'_position', '25.00001');
$this->menu_page_hooks[__NAMESPACE__] = add_menu_page($_page_title, $_menu_title, $this->cap, __NAMESPACE__, array($this, 'menu_page_options'), 'data:image/svg+xml;base64,'.base64_encode($icon), $_menu_position);
Expand Down

0 comments on commit 7f9c5b4

Please sign in to comment.