Skip to content

Commit 87e780d

Browse files
committed
refactor: add proper tab in function description.
1 parent 104c57e commit 87e780d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

admin/class-nginx-helper-admin.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,10 @@ public function __construct( $plugin_name, $version ) {
8383

8484
/**
8585
* Initialize the settings tab.
86-
* Required since i18n is used in the settings tab which can be invoked only after init hook since WordPress 6.7
86+
* Required since i18n is used in the settings tab which can be invoked only after init hook since WordPress 6.7
8787
*/
8888
public function initialize_setting_tab() {
89+
8990
/**
9091
* Define settings tabs
9192
*/

0 commit comments

Comments
 (0)