#2505 closed defect (bug) (fixed)
typo in includes/replies/template.php
Reported by: | tharsheblows | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.5.3 | Priority: | normal |
Severity: | normal | Version: | 2.5.1 |
Component: | Component - Replies | Keywords: | |
Cc: |
Description
in includes/replies/template.php
line 1028 / 1029
// Tweak link title if empty if ( empty( $$r['link_title'] ) ) {
should be
// Tweak link title if empty if ( empty( $r['link_title'] ) ) {
Apols, this is my first ticket and I have no clue how to submit a proper patch and it's version 2.5.2 not 2.5.1. Anyway, it's just a typo but thought you'd like to know.
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 5244: