[CodeFactor] Apply fixes to commit a4b49cd

[ci skip] [skip ci]
This commit is contained in:
codefactor-io 2020-05-21 13:30:14 +00:00
parent a4b49cdc81
commit e7171de7ca

View file

@ -173,7 +173,7 @@ class MainWP_Pages {
*
* @param $child_menu_title New MainWP Child Plugin title defined in branding settings.
* @param $child_page_title New MainWP Child Plugin page title defined in branding settings.
*/
*/
private function init_pages( $child_menu_title, $child_page_title ) {
$settingsPage = add_submenu_page( 'options-general.php', $child_page_title, $child_menu_title, 'manage_options', 'mainwp_child_tab', array( &$this, 'render_pages' ) );