| @@ -14,8 +14,9 @@ | ||
| 14 | 14 | |
| 15 | 15 | /** |
| 16 | 16 | * PH_Admin_Help Class. |
| 17 | 17 | */ |
| 18 | +// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound -- Legacy public global class PH_Admin_Help; preserving the existing PH_* class name is required for plugin and extension compatibility. | |
| 18 | 19 | class PH_Admin_Help { |
| 19 | 20 | |
| 20 | 21 | /** |
| 21 | 22 | * Hook in tabs. |