Changeset 1095628
- Timestamp:
- 02/21/2015 01:17:16 AM (11 years ago)
- Location:
- wp-first-letter-avatar/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-first-letter-avatar.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-first-letter-avatar/trunk/readme.txt
r1094565 r1095628 1 1 === WP First Letter Avatar === 2 2 Plugin Name: WP First Letter Avatar 3 Version: 1. 03 Version: 1.1 4 4 Plugin URI: https://github.com/DanielAGW/wp-first-letter-avatar 5 5 Contributors: DanielAGW … … 67 67 == Changelog == 68 68 69 = 1.1 = 70 * Fixed PHP "Missing argument" error 71 69 72 = 1.0 = 70 73 * First WP First Letter Avatar release. -
wp-first-letter-avatar/trunk/wp-first-letter-avatar.php
r1094565 r1095628 5 5 * Contributors: DanielAGW 6 6 * Description: Set custom avatars for users with no Gravatar. The avatar will be a first (or any other) letter of the users's name, just like in Discourse. 7 * Version: 1. 07 * Version: 1.1 8 8 * Author: Daniel Wroblewski 9 9 * Author URI: https://github.com/DanielAGW … … 90 90 91 91 92 public function set_avatar($avatar, $id_or_email, $size, $default, $alt ){92 public function set_avatar($avatar, $id_or_email, $size, $default, $alt = ''){ 93 93 94 94 // create array with needed avatar parameters for easier passing to next method:
Note: See TracChangeset
for help on using the changeset viewer.