Changeset 832212
- Timestamp:
- 01/03/2014 11:55:12 AM (12 years ago)
- Location:
- wp-favorite-posts/trunk
- Files:
-
- 1 added
- 3 edited
-
. (modified) (1 prop)
-
README (added)
-
readme.txt (modified) (1 diff)
-
wp-favorite-posts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-favorite-posts/trunk
-
Property
svn:ignore
set to
deploy.sh
README.md
.git
.gitignore
-
Property
svn:ignore
set to
-
wp-favorite-posts/trunk/readme.txt
r832129 r832212 1 1 === WP Favorite Posts === 2 Contributors: Huseyin Berberoglu2 Contributors: hberberoglu 3 3 Donate link: http://nxsn.com/donate/ 4 4 Tags: favorite posts, favorite, favourite, posts, favorites, 5 5 wp-favorite-posts, reading list, post list, post lists, lists 6 Requires at least: 2.0.27 Tested up to: 3. 58 Stable tag: 1.5.8. 16 Requires at least: 3.5 7 Tested up to: 3.8 8 Stable tag: 1.5.8.2 9 9 10 10 Allows visitors to add favorite posts. This plugin use cookies for saving data so -
wp-favorite-posts/trunk/wp-favorite-posts.php
r646448 r832212 3 3 Plugin Name: WP Favorite Posts 4 4 Plugin URI: http://nxsn.com/my-projects/wp-favorite-posts-plugin/ 5 Description: Allows users to add favorite posts. This plugin use cookies for saving data so unregistered users can favorite a post. Put <code><?php wpfp_link(); ?></code> where ever you want on a single post. Then create a page which includes that text : <code> {{wp-favorite-posts}}</code> That's it!6 Version: 1.5.8 5 Description: Allows users to add favorite posts. This plugin use cookies for saving data so unregistered users can favorite a post. Put <code><?php wpfp_link(); ?></code> where ever you want on a single post. Then create a page which includes that text : <code>[wp-favorite-posts]</code> That's it! 6 Version: 1.5.8.2 7 7 Author: Huseyin Berberoglu 8 8 Author URI: http://nxsn.com
Note: See TracChangeset
for help on using the changeset viewer.