Ticket #1251: 1251.diff
File 1251.diff, 621 bytes (added by , 10 years ago) |
---|
-
inc/template-tags.php
730 730 } 731 731 732 732 $return = array_shift( $return ); 733 $description = empty( $return['content'] ) ? '' : esc_html( $return['content'] );733 $description = empty( $return['content'] ) ? '' : \DevHub_Formatting::make_doclink_clickable( $return['content'] ); 734 734 $type = empty( $return['types'] ) ? '' : esc_html( implode( '|', $return['types'] ) ); 735 735 736 736 return "<span class='return-type'>({$type})</span> $description";