Plugin Directory

Changeset 2135120


Ignore:
Timestamp:
08/06/2019 04:50:02 PM (7 years ago)
Author:
rezehnde
Message:

Updating source

Location:
top-10-posts/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • top-10-posts/trunk/readme.txt

    r237392 r2135120  
    11=== Top 10 Posts ===
    2 Contributors: insistimento
     2Contributors: rezehnde
    33Donate link: http://tinyurl.com/yloxjjm
    44Tags: top 10 list, posts, top 10, top posts
  • top-10-posts/trunk/top-10-posts.php

    r237389 r2135120  
    22/*
    33Plugin Name: Top 10 Posts
    4 Plugin URI: http://www.noxion.com.br/blog/wordpress/top-10-posts-plugin/
     4Plugin URI: https://rezehnde.com/
    55Description: Show a top 10 list of posts from your blog easily
    66Version: 1.0
    77Author: 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
     8Author URI: https://www.linkedin.com/in/rezehnde/
    259*/
    26 
    2710function top10posts_func($atts) {
    2811    extract(shortcode_atts(array(
Note: See TracChangeset for help on using the changeset viewer.