PluginProbe
Polylang / 0.9
Polylang v0.9
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
polylang / include / about.php

about.php in Polylang 0.9, at include/about.php

30 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <p><?php
2 printf(
3 __('Polylang is provided with an extensive %sdocumentation%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 programmers to adapt their plugins and themes.', 'polylang'),
4 '<a href="'.esc_url(POLYLANG_URL.'/doc/documentation-en.pdf').'">',
5 '</a>');
6 echo ' ';
7 printf(
8 __("You will also find useful information in the %ssupport forum%s. However don't forget to make a search before posting a new topic.", 'polylang'),
9 '<a href="http://wordpress.org/support/plugin/polylang">',
10 '</a>');?>
11 </p>
12 <p><?php
13 printf(
14 __('Polylang is free of charge and is released under the same license as WordPress, the %sGPL%s.', 'polylang'),
15 '<a href="http://wordpress.org/about/gpl/">',
16 '</a>');
17 echo ' ';
18 printf(__('If you wonder how you can help the project, just %sread this%s.', 'polylang'),
19 '<a href="http://wordpress.org/extend/plugins/polylang/other_notes/">',
20 '</a>');
21 echo ' ';
22 _e('Finally if you like this plugin or if it helps your business, donations to the author are greatly appreciated.', 'polylang')?>
23 </p>
24 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
25 <input type="hidden" name="cmd" value="_s-xclick">
26 <input type="hidden" name="hosted_button_id" value="CCWWYUUQV8F4E">
27 <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
28 <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
29 </form>
30