| @@ -4,11 +4,10 @@ | ||
| 4 | 4 | * |
| 5 | 5 | * @package Polylang |
| 6 | 6 | */ |
| 7 | 7 | |
| 8 | -if ( ! defined( 'ABSPATH' ) ) { | |
| 9 | - exit; // Don't access directly | |
| 10 | -}; | |
| 8 | +defined( 'ABSPATH' ) || exit; | |
| 9 | + | |
| 11 | 10 | ?> |
| 12 | 11 | <p> |
| 13 | 12 | <?php |
| 14 | 13 | printf( |
| @@ -13,9 +12,9 @@ | ||
| 13 | 12 | <?php |
| 14 | 13 | printf( |
| 15 | 14 | /* translators: %1$s is link start tag, %2$s is link end tag. */ |
| 16 | 15 | esc_html__( 'Polylang is provided with an extensive %1$sdocumentation%2$s (in English). It includes information on how to set up your multilingual site and use it on a daily basis; FAQs, and documentation for developers to adapt their plugins and themes.', 'polylang' ), |
| 17 | - '<a href="https://polylang.pro/doc/">', | |
| 16 | + '<a href="https://polylang.pro/documentation/support/">', | |
| 18 | 17 | '</a>' |
| 19 | 18 | ); |
| 20 | 19 | if ( ! defined( 'POLYLANG_PRO' ) ) { |
| 21 | 20 | echo ' '; |