Changeset 5303 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-bbp-user-badges/inc/class-plugin.php
- Timestamp:
- 04/09/2017 10:57:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-bbp-user-badges/inc/class-plugin.php
r5288 r5303 284 284 * 'topic' or 'reply'. 285 285 * @param int $item_id The ID of the item getting badge assigned. 286 * @return array|false Associative array with keys 'type', ' slug', and287 * ' user_nicename' if author merits a badge, else null.286 * @return array|false Associative array with keys 'type', 'label', and 287 * 'help' if author merits a badge, else false. 288 288 */ 289 289 protected function get_author_badge( $item_type, $item_id ) { … … 322 322 * @access protected 323 323 * 324 * @return array|false Associative array with keys 'type', ' slug', and325 * ' user_login' if author merits a badge, else false.324 * @return array|false Associative array with keys 'type', 'label', and 325 * 'help' if author merits a badge, else false. 326 326 */ 327 327 protected function get_moderator_badge() {
Note: See TracChangeset
for help on using the changeset viewer.