Changeset 1666422
- Timestamp:
- 05/29/2017 12:26:53 PM (9 years ago)
- Location:
- wp-lottery/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
wordpress-lottery.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-lottery/trunk/readme.txt
r1666418 r1666422 3 3 Donate link: https://www.hiczp.com/ 4 4 Tags: comments, spam 5 Requires at least: 4. 7.55 Requires at least: 4.0.0 6 6 Tested up to: 4.7.5 7 7 Stable tag: 4.7.5 … … 17 17 == Installation == 18 18 19 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly. 20 2. Activate the plugin through the 'Plugins' screen in WordPress 19 1. 安装插件 20 21 2. 启用插件 22 21 23 3.在一篇文章中插入如下字符串 [wordpress_lottery] 24 22 25 4.保存文章, 返回前台查看文章 26 23 27 5.登录 WordPress 后, 在输入框中输入获奖名额并点击按钮 24 25 == Frequently Asked Questions ==26 27 = A question that someone might have =28 29 An answer to that question.30 31 = What about foo bar? =32 33 Answer to foo bar dilemma.34 28 35 29 == Changelog == … … 53 47 = 0.1 = 54 48 完成基础功能 55 56 == Arbitrary section ==57 58 You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated59 plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or60 "installation." Arbitrary sections will be shown below the built-in sections outlined above.61 62 == A brief Markdown Example ==63 64 Ordered list:65 66 1. Some feature67 1. Another feature68 1. Something else about the plugin69 70 Unordered list:71 72 * something73 * something else74 * third thing75 76 Here's a link to [WordPress](http://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax].77 Titles are optional, naturally.78 79 [markdown syntax]: http://daringfireball.net/projects/markdown/syntax80 "Markdown is what the parser uses to process much of the readme file"81 82 Markdown uses email style notation for blockquotes and I've been told:83 > Asterisks for *emphasis*. Double it up for **strong**.84 85 `<?php code(); // goes in backticks ?>` -
wp-lottery/trunk/wordpress-lottery.php
r1666419 r1666422 11 11 Plugin URI: https://github.com/czp3009/wordpress-lottery 12 12 Description: WordPress抽奖插件 13 Version: 1. 313 Version: 1.4 14 14 Author: czp3009 15 15 Author URI: https://www.hiczp.com
Note: See TracChangeset
for help on using the changeset viewer.