Making WordPress.org

Ticket #1251: 1251.diff

File 1251.diff, 621 bytes (added by DrewAPicture, 10 years ago)
  • inc/template-tags.php

     
    730730                }
    731731
    732732                $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'] );
    734734                $type        = empty( $return['types'] ) ? '' : esc_html( implode( '|', $return['types'] ) );
    735735
    736736                return "<span class='return-type'>({$type})</span> $description";