From 96af9a1791a0197fcdadbfc5a13604d70d26aee8 Mon Sep 17 00:00:00 2001 From: Sharron Denice Date: Thu, 1 Aug 2013 18:47:12 -0500 Subject: [PATCH] Tested with Version 3.6 of WordPress Ticket #FCP-2 (Not sure why the add_link changes are just showing up in Git) --- README.txt | 4 ++-- tsp-facepile.php | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 72955e3..5fe19ea 100755 --- a/README.txt +++ b/README.txt @@ -3,7 +3,7 @@ Contributors: thesoftwarepeople,sharrondenice Donate link: http://www.thesoftwarepeople.com/software/plugins/wordpress/facepile-for-wordpress.html Tags: display, faces, tiles, members, list, grid, the software people Requires at least: 3.5.1 -Tested up to: 3.5.6 +Tested up to: 3.6 Stable tag: 1.1.0 License: Apache v2.0 License URI: http://www.apache.org/licenses/LICENSE-2.0 @@ -55,7 +55,7 @@ In CSS the attribute to add settings for is `tspfcp_wp_user_table_cell`. Sample == Changelog == = 1.1.0 = -* Now uses Easy Dev for easy plugin development, #embraceOOD +* Now uses Easy Dev for easy plugin development, #bringbackOOD * Handled all PHP notices * Added new attribute show_count (hide/show the member count) * Renamed attributes to prevent red spell checks when editing (old attributes still supported) diff --git a/tsp-facepile.php b/tsp-facepile.php index b7627b4..46f8bb7 100755 --- a/tsp-facepile.php +++ b/tsp-facepile.php @@ -60,6 +60,10 @@ $facepile->set_widget_handler( 'TSP_Easy_Dev_Widget_Facepile' ); +$facepile->add_link ( 'FAQ', 'http://wordpress.org/extend/plugins/tsp-facepile/faq/' ); +$facepile->add_link ( 'Rate Me', 'http://wordpress.org/support/view/plugin-reviews/tsp-facepile' ); +$facepile->add_link ( 'Support', 'http://wordpress.org/support/plugin/tsp-facepile' ); + $facepile->uses_smarty = true; $facepile->uses_shortcodes = true;