Changeset 200107
- Timestamp:
- 01/31/2010 09:36:13 AM (16 years ago)
- Location:
- wp-posturl/trunk
- Files:
-
- 8 edited
-
posturl-options.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
screenshot-1.png (modified) (previous)
-
screenshot-2.png (modified) (previous)
-
screenshot-3.png (modified) (previous)
-
wp-posturl-zh_CN.mo (modified) (previous)
-
wp-posturl-zh_CN.po (modified) (2 diffs)
-
wp-posturl.pot (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-posturl/trunk/posturl-options.php
r200091 r200107 200 200 </tr> 201 201 <tr> 202 <td valign="top" width="30%"><?php _e('Help promote wp-postURL Plugin:', 'wp-posturl'); ?></td>202 <td valign="top" width="30%"><?php _e('Help Promote WP-PostURL Plugin:', 'wp-posturl'); ?></td> 203 203 <td> 204 204 <input name="add_credit" id="add_credit" type="checkbox" value="true" <?php if($posturl_options['add_credit']) echo 'checked="checked"'; ?> /> -
wp-posturl/trunk/readme.txt
r102859 r200107 2 2 Contributors: Easwy Yang 3 3 Donate link: 4 Tags: Posts, post, plugin, url, ads 4 Tags: Posts, post, plugin, url, ads, copyright, credits, license 5 5 Requires at least: 2.7 6 Tested up to: 2. 7.17 Stable tag: 1. 06 Tested up to: 2.9.1 7 Stable tag: 1.1 8 8 9 This plugin allows you to insert a user specific text at the beginning/ending10 of all your post.9 This plugin allows you to insert an user specific text at the beginning and/or 10 ending of all your post. 11 11 12 12 == Description == 13 13 14 This plugin allows you to insert a user specific text at the beginning/ending 15 of all your post. The text can be a copyright declaration, advertisement 16 codes, etc. HTML codes are allowed. 14 This plugin allows you to insert a user specific text at the beginning and/or 15 ending of all your post. The text can be a copyright declaration, 16 advertisement codes, etc. HTML codes are allowed. You can select which pages 17 to display the specific text. 17 18 18 19 It accepts following macros in user specific text: … … 23 24 * %post_title% - the title of the post where the text is displayed 24 25 25 You can add your spcific text at the beginning of the post by 'Add To Beginning' option. 26 If the header text is not empty, it will be inserted to the head of your post; 27 otherwise no head text will be inserted. 26 28 27 You can remove `wp-posturl` credit by 'Keep Plugin Credit' option. 29 If the footer text is not empty, it will be inserted to the foot of your post; 30 otherwise no footer text will be inserted. 31 32 You can choose which pages to display the header text and/or footer text. 33 It includes: 34 35 * Blog Home - the header/footer text will be displayed on blog home 36 * Page - the header/footer text will be displayed on pages 37 * Category - the header/footer text will be displayed on category 38 * Tag - the header/footer text will be displayed on tags 39 * Archive - the header/footer text will be displayed on archives 40 * Single - the header/footer text will be displayed on single 41 * Feed - the header/footer text will be displayed in feed 42 43 If you don't want to help promote WP-PostURL plugin, you can uncheck this 44 checkbox. The credit of WP-PostURL will not be displayed. 28 45 29 46 More information about this plugin, please access [WP-PostURL Plugin Page](http://easwy.com/blog/wordpress/wp-posturl/ "WP-PostURL Plugin") on [Easwy's Blog](http://easwy.com/blog/). … … 37 54 1. Activate the plugin through the 'Plugins' menu in WordPress; 38 55 1. Goto "Setting --> Add Post URL" page to define your user specific text; 56 57 Your original configuration will be totally kept during upgrading. But please 58 backup before upgrading to avoid configuration lost. 39 59 40 60 You can completely uninstall WP-PostURL plugin. -
wp-posturl/trunk/wp-posturl-zh_CN.po
r200091 r200107 3 3 "Project-Id-Version: WP-PostURL 1.0\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2010-01-31 1 6:53-0800\n"6 "PO-Revision-Date: 2010-01-31 1 6:55-0800\n"5 "POT-Creation-Date: 2010-01-31 17:07-0800\n" 6 "PO-Revision-Date: 2010-01-31 17:07-0800\n" 7 7 "Last-Translator: Easwy Yang <easwy.mail@gmail.com>\n" 8 8 "Language-Team: Easwy Yang <easwy.mail@gmail.com>\n" … … 144 144 145 145 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:202 146 msgid "Help promote wp-postURL Plugin:"146 msgid "Help Promote WP-PostURL Plugin:" 147 147 msgstr "帮助推广WP-PostURL插件:" 148 148 -
wp-posturl/trunk/wp-posturl.pot
r200091 r200107 3 3 "Project-Id-Version: wp-posturl\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2010-01-31 1 6:56-0800\n"5 "POT-Creation-Date: 2010-01-31 17:07-0800\n" 6 6 "PO-Revision-Date: \n" 7 7 "Last-Translator: Easwy Yang <easwy.mail@gmail.com>\n" … … 144 144 145 145 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:202 146 msgid "Help promote wp-postURL Plugin:"146 msgid "Help Promote WP-PostURL Plugin:" 147 147 msgstr "" 148 148
Note: See TracChangeset
for help on using the changeset viewer.