Skip to content

Commit

Permalink
Merge pull request #206 from timelsass/patch-1
Browse files Browse the repository at this point in the history
Update NoAddAdminPagesSniff.php
  • Loading branch information
dingo-d authored Mar 7, 2019
2 parents 5c87cc3 + 50add46 commit e4859c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function getGroups() {
return array(
'add_menu_pages' => array(
'type' => 'error',
'message' => 'Themes should use <strong>add_theme_page()</strong> for adding admin pages. Found %s.',
'message' => 'Themes should use add_theme_page() for adding admin pages. Found %s.',
'functions' => array(
// Menu Pages.
'add_menu_page',
Expand Down

0 comments on commit e4859c0

Please sign in to comment.