#2505 closed defect (bug) (fixed)
typo in includes/replies/template.php
| Reported by: | tharsheblows | Owned by: | johnjamesjacoby |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5.3 |
| Component: | Component - Replies | Version: | 2.5.1 |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 5244: