Changeset 1055466
- Timestamp:
- 12/28/2014 10:24:08 AM (11 years ago)
- Location:
- recent-wp-user-visitors/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
recent_wp_user_visitor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
recent-wp-user-visitors/trunk/readme.txt
r992147 r1055466 6 6 Author: Keyur Thanki 7 7 Author URI: https://profiles.wordpress.org/php-developer-1 8 Contributors: php-developer-1 8 9 License: GPLv2 or later 9 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
recent-wp-user-visitors/trunk/recent_wp_user_visitor.php
r992118 r1055466 396 396 add_filter('the_content', 'rwuv_add_after_post_content'); 397 397 // remove all details when plugin uninstalled 398 register_uninstall_hook( $file,'rwuv_uninstall_data');398 register_uninstall_hook(__FILE__,'rwuv_uninstall_data'); 399 399 function rwuv_uninstall_data() 400 400 {
Note: See TracChangeset
for help on using the changeset viewer.