| @@ -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. |
| @@ -40,8 +41,9 @@ | ||
| 40 | 41 | 'title' => __( 'Help & Support', 'propertyhive' ), |
| 41 | 42 | 'content' => |
| 42 | 43 | '<h2>' . __( 'Property Hive Help & Support', 'propertyhive' ) . '</h2>' . |
| 43 | 44 | '<p>' . sprintf( |
| 45 | + /* translators: %s: URL to Property Hive documentation */ | |
| 44 | 46 | __( 'Should you need help understanding, using, or extending Property Hive, <a href="%s" target="_blank">please read our documentation</a>. You will find all kinds of resources including snippets, tutorials and much more.', 'propertyhive' ), |
| 45 | 47 | 'https://docs.wp-property-hive.com' |
| 46 | 48 | ) . '</p>' . |
| 47 | 49 | '<p>' . __( 'Before asking for help, we recommend checking the documentation. Otherwise, please get in touch and a member of our team will be happy to assist.', 'propertyhive' ) . '</p>' . |