Changeset 1410808
- Timestamp:
- 05/05/2016 06:49:53 AM (10 years ago)
- Location:
- featuring-countcomments/trunk
- Files:
-
- 3 edited
-
featuring-countcomments.php (modified) (3 diffs)
-
readme.txt (modified) (5 diffs)
-
uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
featuring-countcomments/trunk/featuring-countcomments.php
r1210840 r1410808 6 6 Description: Counts the number of comments for each user who has been logged in at the time of commenting. 7 7 Author: Dr. Bernhard Riedl 8 Version: 1.6 18 Version: 1.62 9 9 Author URI: http://www.bernhard-riedl.com/ 10 10 */ 11 11 12 12 /* 13 Copyright 2006-201 5Dr. Bernhard Riedl14 15 Inspirations & Proof-Reading 2007-201 513 Copyright 2006-2016 Dr. Bernhard Riedl 14 15 Inspirations & Proof-Reading 2007-2016 16 16 by Veronika Grascher 17 17 original idea by Martijn van der Kwast … … 818 818 819 819 function head_meta() { 820 echo("<meta name=\"".$this->get_nicename()."\" content=\"1.6 1\" />\n");820 echo("<meta name=\"".$this->get_nicename()."\" content=\"1.62\" />\n"); 821 821 } 822 822 … … 1851 1851 1852 1852 <?php 1853 $ret_val=''; 1853 1854 1854 1855 foreach ($this->search_attributes as $search_attribute) { -
featuring-countcomments/trunk/readme.txt
r1369705 r1410808 4 4 Tags: count, comment, comments, author, authors, user, users, widget, dashboard, sidebar, shortcode, multisite, multi-site 5 5 Requires at least: 3.3 6 Tested up to: 4. 56 Tested up to: 4.6 7 7 Stable tag: trunk 8 8 License: GPLv3 or later … … 236 236 237 237 == Changelog == 238 239 = 1.62 = 240 241 * changed the permission-denied message in uninstall.php [core-trac #14530](https://core.trac.wordpress.org/ticket/14530) 242 * fixed some typos 238 243 239 244 = 1.61 = … … 276 281 * removed PHP closing tag before EOF 277 282 * removed reference sign on function calls 278 * ad opted plugin-links to the new structure of wordpress.org283 * adapted plugin-links to the new structure of wordpress.org 279 284 * cleaned-up code 280 285 … … 284 289 = 1.32 = 285 290 286 * ad opted 'Defaults'-string to use WordPress internal i18n291 * adapted 'Defaults'-string to use WordPress internal i18n 287 292 * updated support section 288 293 * updated project-information … … 291 296 292 297 * changed handling of contextual help for WordPress 3.3 293 * ad opted handling of default settings298 * adapted handling of default settings 294 299 * external files are now registered in init-hook 295 300 296 301 = 1.30 = 297 302 298 * ad option of JavaScript code for jQuery 1.6.1 (ships with WordPress 3.2 => increased minimum requirement to WordPress 3.2 for this and all upcoming releases)303 * adaption of JavaScript code for jQuery 1.6.1 (ships with WordPress 3.2 => increased minimum requirement to WordPress 3.2 for this and all upcoming releases) 299 304 * small enhancements 300 305 -
featuring-countcomments/trunk/uninstall.php
r1044333 r1410808 12 12 13 13 if (!defined( 'WP_UNINSTALL_PLUGIN')) 14 wp_die(__(' Cheatin’ uh?'), '', array('response' => 403));14 wp_die(__('You are not allowed to uninstall plugins on this site.'), '', array('response' => 403)); 15 15 16 16 if (!current_user_can('manage_options'))
Note: See TracChangeset
for help on using the changeset viewer.