Closed (fixed)
Project:
Credly
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
6 May 2014 at 15:38 UTC
Updated:
4 Jun 2014 at 16:12 UTC
Jump to comment: Most recent
Lines 376 - 384 contain a couple small grammar/punctuation errors:
/**
* Badges content for end-user's tabbed 'Badges' .
*
* @param array $account
* User object
*
* @return string
* Returns themed content with users badges
*/
Should read:
/**
* Badges content for end-user's 'Badges' tab.
*
* @param array $account
* User object
*
* @return string
* Returns themed content with user's badges
*/
Comments
Comment #2
cachesclay commented