Changeset 2135120
- Timestamp:
- 08/06/2019 04:50:02 PM (7 years ago)
- Location:
- top-10-posts/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
top-10-posts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
top-10-posts/trunk/readme.txt
r237392 r2135120 1 1 === Top 10 Posts === 2 Contributors: insistimento2 Contributors: rezehnde 3 3 Donate link: http://tinyurl.com/yloxjjm 4 4 Tags: top 10 list, posts, top 10, top posts -
top-10-posts/trunk/top-10-posts.php
r237389 r2135120 2 2 /* 3 3 Plugin Name: Top 10 Posts 4 Plugin URI: http ://www.noxion.com.br/blog/wordpress/top-10-posts-plugin/4 Plugin URI: https://rezehnde.com/ 5 5 Description: Show a top 10 list of posts from your blog easily 6 6 Version: 1.0 7 7 Author: Marcos Rezende 8 Author URI: http://twitter.com/insistimento 9 10 Copyright 2009 Marcos Rezende (email : marcos.ms.rezende@gmail.com) 11 12 This program is free software; you can redistribute it and/or modify 13 it under the terms of the GNU General Public License as published by 14 the Free Software Foundation; either version 2 of the License, or 15 (at your option) any later version. 16 17 This program is distributed in the hope that it will be useful, 18 but WITHOUT ANY WARRANTY; without even the implied warranty of 19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 GNU General Public License for more details. 21 22 You should have received a copy of the GNU General Public License 23 along with this program; if not, write to the Free Software 24 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 8 Author URI: https://www.linkedin.com/in/rezehnde/ 25 9 */ 26 27 10 function top10posts_func($atts) { 28 11 extract(shortcode_atts(array(
Note: See TracChangeset
for help on using the changeset viewer.