Plugin Directory

Changeset 831321


Ignore:
Timestamp:
01/01/2014 10:37:48 PM (11 years ago)
Author:
mlazarov
Message:

Hotfix

Location:
google-plus-authorship/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • google-plus-authorship/trunk/google-plus-authorhip.php

    r830764 r831321  
    55Plugin URI: http://marto.lazarov.org/plugins/google-plus-authorship
    66Description: Google Plus Authorship enables Your profile picture to appear in Google Search Results. Very Easy to implement. Just 3 step to process
    7 Version: 2.4
     7Version: 2.4.1
    88Author: Martin Lazarov
    99Author URI: http://marto.lazarov.org
     
    3838    return $gplus_return;
    3939}
    40 add_filter( 'the_author', 'google_plus_authorship_link' );
     40//add_filter( 'the_author', 'google_plus_authorship_link' );
    4141add_filter( 'get_the_author_link',  'google_plus_authorship_link',10,3 );
    4242add_filter( 'the_author_posts_link',    'google_plus_authorship_link',10,3 );
  • google-plus-authorship/trunk/readme.txt

    r830764 r831321  
    5656
    5757== Changelog ==
     58= 2.4.1 =
     59* Hotfix
    5860= 2.4 =
    5961* Fixing plugin for wordpress 3.8 hook issues
Note: See TracChangeset for help on using the changeset viewer.