Changeset 724070
- Timestamp:
- 06/07/2013 04:00:20 PM (13 years ago)
- Location:
- administrate-more-comments/trunk
- Files:
-
- 4 added
- 3 edited
-
. (modified) (1 prop)
-
admin-more-comments.php (modified) (1 diff)
-
assets (added)
-
assets/amc-banner-750x250.png (added)
-
assets/amc-banner-870x250.png (added)
-
assets/screenshot-1.png (added)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
administrate-more-comments/trunk
-
Property
svn:ignore
set to
deploy.sh
README.md
.git
.gitignore
-
Property
svn:ignore
set to
-
administrate-more-comments/trunk/admin-more-comments.php
r169210 r724070 3 3 Plugin Name: Administrate more comments 4 4 Plugin Script: admin-more-comments.php 5 Plugin URI: http:// wordpress.org/extend/plugins/administrate-more-comments/6 Description: A filter that allows you to customize the number of comments shown on the admin panel7 Version: 0. 18 License: GPL 5 Plugin URI: http://projectes.junyent.org/administrate-more-comments/ 6 Description: A WordPress plugin designed to set-up the number of comments per page shown in the admin area. 7 Version: 0.2.1 8 License: GPLv2 or later 9 9 Author: Joan Junyent 10 Author URI: http://junyent.org/ 10 11 Contributors: jjunyent 11 Author URI: http://junyent.org/blog/12 Donate link: http://projectes.junyent.org/ 12 13 13 14 14 15 === RELEASE NOTES === 16 2013-06-06 - v.0.2.1 - Plugin metadata update. This plugin will be no longer updated. 17 2009-01-11 - v0.1.1 - Typo fixing 15 18 2009-01-04 - v0.1 - first version. Code taken from anieto2k and Ayuda Wordpress 16 19 http://www.anieto2k.com/2008/12/22/cambia-la-cantidad-de-comentarios-del-panel-de-administracion/ 17 20 http://ayudawordpress.com/como-cambiar-la-cantidad-de-comentarios-mostrados-en-admin/ 18 2009-01-11 - v0.1.1 - Typo fixing21 19 22 20 23 */ -
administrate-more-comments/trunk/readme.txt
r364391 r724070 4 4 Author URI: http://junyent.org/ 5 5 Contributors: jjunyent 6 Donate link: 7 Plugin URI: http://wordpress.org/extend/plugins/administrate-more-comments/ 8 Version: 0.1.1 6 Donate link: http://projectes.junyent.org/ 7 Plugin URI: http://projectes.junyent.org/administrate-more-comments/ 8 Version: 0.2.1 9 License: GPLv2 or later 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 11 Tags: comments, admin 10 12 Requires at least: 2.6 11 Tested up to: 2.812 Stable tag: 0. 1.113 Tested up to: 3.6 14 Stable tag: 0.2.1 13 15 14 16 == Description == 15 17 16 Essentially it applies a filter that allows you to customize the number of comments shown per page on the admin panel.18 Administrate more comments was a WordPress plugin designed to set-up the number of comments per page shown in the admin area. 17 19 18 UPDATE: This plugin is no longer needes as this functionality has been built into the core. 20 Essentially it applies a filter that allows you to customize the number of comments shown per page on the admin panel. 21 22 **This plugin is no needed anymore and no updated anymore since this function has been added to the WordPress core.** *I leave it here as it may be useful for some projects on locked-in and less customizable dashboards.* 23 19 24 20 25 … … 33 38 If you activated this plugin it will set by default 100 comments per page. 34 39 Q. But I want a number of comment per page different thant 100 35 A. In the future it will be an easy menu option to set the desired value. 36 In the meantime, you have to edit the plugin file. But don't panic it's an easy task. 37 You just need to modify the line 43 of admin-more-comments.php and change 100 to the desired value. 40 A. You just need to modify the line 43 of admin-more-comments.php and change 100 to the desired value. 38 41 39 42 == Screenshots == 40 43 41 None yet 44 1. 100 comments shown. 42 45 43 46 == Usage == 44 47 45 Activate and go!48 1. Activate and go! 46 49 47 50 == License == 48 51 49 This plugin is free software. You can redistribute it and/or modify it under the terms of the GPL License (don't remove credits to author, please) 50 See license.txt for details 52 This plugin is free software. You can redistribute it and/or modify it under the terms of the GPL License (don't remove credits to author, please). See license.txt for details 51 53 52 54 53 55 == Changelog == 54 56 57 = 0.2.1 = 58 * Updated plugin metadata. This plugin will be no longer updated. 55 59 = 0.1.1 = 56 60 * Fixed some typos … … 66 70 67 71 Many thanks to them! 68 69 70 == ToDo ==71 72 Add an options menu to change the number of comments shown per page.
Note: See TracChangeset
for help on using the changeset viewer.