Skip to content

Commit

Permalink
refactor: add proper tab in function description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedant-Gandhi committed Nov 15, 2024
1 parent 104c57e commit 87e780d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/class-nginx-helper-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ public function __construct( $plugin_name, $version ) {

/**
* Initialize the settings tab.
* Required since i18n is used in the settings tab which can be invoked only after init hook since WordPress 6.7
* Required since i18n is used in the settings tab which can be invoked only after init hook since WordPress 6.7
*/
public function initialize_setting_tab() {

/**
* Define settings tabs
*/
Expand Down

0 comments on commit 87e780d

Please sign in to comment.