Changeset 3340:30cec05f4e63 for inc/core/class.dc.trackback.php
- Timestamp:
- 09/09/16 13:30:35 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.trackback.php
r2674 r3340 171 171 $comment = 172 172 "<!-- TB -->\n". 173 '<p><strong>'.($title ? $title: $blog_name)."</strong></p>\n".173 '<p><strong>'.($title ?: $blog_name)."</strong></p>\n". 174 174 '<p>'.$excerpt.'</p>'; 175 175
Note: See TracChangeset
for help on using the changeset viewer.