Changeset 3547:f1486a90d72b
- Timestamp:
- 06/29/17 20:04:26 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog_pref.php
r3446 r3547 614 614 '<p class="form-note warn">'. 615 615 sprintf(__('The URL of blog or the URL scan method might not be well set (<code>%s</code> return a <strong>%s</strong> status).'), 616 $file,$status).616 html::escapeHTML($file),$status). 617 617 '</p>'; 618 618 } else { … … 622 622 '<p class="form-note warn">'. 623 623 sprintf(__('The URL of blog or the URL scan method might not be well set (<code>%s</code> does not return an ATOM feed).'), 624 $file).624 html::escapeHTML($file)). 625 625 '</p>'; 626 626 }
Note: See TracChangeset
for help on using the changeset viewer.