PluginProbe
Polylang / 2.5
Polylang v2.5
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 +12 -1 2.72.5 View file →
@@ -11,9 +11,9 @@
11 11 <p>
12 12 <?php
13 13 printf(
14 14 /* translators: %1$s is link start tag, %2$s is link end tag. */
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' ),
15 + esc_html__( 'Polylang is provided with an extensive %1$sdocumentation%2$s (in English only). It includes information on how to set up your multilingual site and use it on a daily basis, a FAQ, as well as a documentation for developers to adapt their plugins and themes.', 'polylang' ),
16 16 '<a href="https://polylang.pro/doc/">',
17 17 '</a>'
18 18 );
19 19 if ( ! defined( 'POLYLANG_PRO' ) ) {
@@ -26,4 +26,15 @@
26 26 );
27 27 }
28 28 ?>
29 29 </p>
30 +<p>
31 + <?php
32 + printf(
33 + /* translators: %1$s is link start tag, %2$s is link end tag. */
34 + esc_html__( 'Polylang is released under the same license as WordPress, the %1$sGPL%2$s.', 'polylang' ),
35 + '<a href="http://wordpress.org/about/gpl/">',
36 + '</a>'
37 + );
38 + ?>
39 +</p>
40 +