Plugin Directory

Changeset 691102


Ignore:
Timestamp:
04/03/2013 11:02:50 AM (13 years ago)
Author:
ishan001
Message:

'1.1'

Location:
automatic-footer-copyright/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • automatic-footer-copyright/trunk/AutoFooterCopyright.php

    r690662 r691102  
    66Author: Ishan Sharma
    77Author URI: http://ishansharma.com
    8 Version: 1.0
     8Version: 1.1
    99License: GPL2
    1010*/
     
    2929    if ($current_year == $first_post_year)
    3030    {
    31         $copy_text = sprintf("Copyright &copy %s <a href = \"%s\">%s</a>", $current_year, get_bloginfo('url'), get_bloginfo('name'));
     31        $copy_text = sprintf("&copy %s <a href = \"%s\">%s</a>", $current_year, get_bloginfo('url'), get_bloginfo('name'));
    3232    }
    3333    else
    3434    {
    35         $copy_text = sprintf("Copyright &copy %s-%s <a href = \"%s\">%s</a>", $first_post_year, $current_year,get_bloginfo('url'), get_bloginfo('name'));
     35        $copy_text = sprintf("&copy %s-%s <a href = \"%s\">%s</a>", $first_post_year, $current_year,get_bloginfo('url'), get_bloginfo('name'));
    3636    }
    3737    return "<div class = \"creds\">$copy_text</div>";
  • automatic-footer-copyright/trunk/readme.txt

    r690662 r691102  
    44Requires at least: 3.0.1
    55Tested up to: 3.5.1
    6 Stable tag: 1.0
     6Stable tag: 1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1212== Description ==
    1313
    14 This plugin adds automatic copyright information in footer of Genesis. It also removes link to Genesis and WordPress. The format is Copyright &copy first-post-year - current-year your-blog-name.
     14This plugin adds automatic copyright information in footer of Genesis. It also removes link to Genesis and WordPress. The format is &copy; first-post-year - current-year your-blog-name.
    1515
    1616If year of first post is same as current year, it will display only current year.
     
    36361. Copyright Information when first post year and current year are same.
    37372. Copyright Infromation when first post year and current year are different.
     38
     39== Changelog ==
     40Minor Update: Fixed a small error with notice. Now, only copyright symbol is displayed.
Note: See TracChangeset for help on using the changeset viewer.