Changeset 831321
- Timestamp:
- 01/01/2014 10:37:48 PM (11 years ago)
- Location:
- google-plus-authorship/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
google-plus-authorship/trunk/google-plus-authorhip.php
r830764 r831321 5 5 Plugin URI: http://marto.lazarov.org/plugins/google-plus-authorship 6 6 Description: 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 7 Version: 2.4.1 8 8 Author: Martin Lazarov 9 9 Author URI: http://marto.lazarov.org … … 38 38 return $gplus_return; 39 39 } 40 add_filter( 'the_author', 'google_plus_authorship_link' );40 //add_filter( 'the_author', 'google_plus_authorship_link' ); 41 41 add_filter( 'get_the_author_link', 'google_plus_authorship_link',10,3 ); 42 42 add_filter( 'the_author_posts_link', 'google_plus_authorship_link',10,3 ); -
google-plus-authorship/trunk/readme.txt
r830764 r831321 56 56 57 57 == Changelog == 58 = 2.4.1 = 59 * Hotfix 58 60 = 2.4 = 59 61 * Fixing plugin for wordpress 3.8 hook issues
Note: See TracChangeset
for help on using the changeset viewer.