PluginProbe
Polylang / 3.7.7
Polylang v3.7.7
3.8.9 3.8.8 3.8.7 3.8.6 3.8.5 3.8.4 3.8.3 2.7 2.7.0.1 2.7.1 2.7.2 2.7.3 2.7.4 2.8 2.8.1 2.8.2 2.8.3 2.8.4 2.9 2.9.1 2.9.2 3.0 3.0.1 3.0.2 3.0.3 All 233 releases
← All changes | settings/view-about.php +3 -4 2.93.7.7 View file →
@@ -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 ' ';