This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: User Photo (Multi-Site) | |
Plugin URI: http://wordpress.org/extend/plugins/user-photo/ | |
Description: Allows users to associate photos with their accounts by accessing their "Your Profile" page. Uploaded images are resized to fit the dimensions specified on the options page; a thumbnail image is also generated. New template tags introduced are: <code>userphoto_the_author_photo</code>, <code>userphoto_the_author_thumbnail</code>, <code>userphoto_comment_author_photo</code>, and <code>userphoto_comment_author_thumbnail</code>. Uploaded images may be moderated by administrators. | |
Version: 0.9.5.1 | |
Author: <a href="http://weston.ruter.net/">Weston Ruter</a> | Modified for Multisite by: <a href="http://www.triomediagroup.com/team-member/bryan-nielsen/">Bryan Nielsen</a> | |
Original code by Weston Ruter <http://weston.ruter.net> at Shepherd Interactive <http://shepherd-interactive.com>. | |
Continued development and maintenance by Dave Wagner (cptnwinky) <http://dev.dave-wagner.com/> |