- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/page.php
r1621 r1625 442 442 __('Warning: Comments are not more accepted for this entry.').'</p>') : 443 443 '<p class="form-note warn">'. 444 __(' Warning: Comments are not accepted on this blog.').'</p>'),444 __('Comments are not accepted on this blog so far.').'</p>'), 445 445 'post_open_tb' => 446 446 '<p><label for="post_open_tb" class="classic">'. … … 452 452 '<p class="form-note warn">'. 453 453 __('Warning: Trackbacks are not more accepted for this entry.').'</p>') : 454 '<p class="form-note warn">'.__(' Warning: Trackbacks are not accepted on this blog.').'</p>'),454 '<p class="form-note warn">'.__('Trackbacks are not accepted on this blog so far.').'</p>'), 455 455 'post_hide' => 456 456 '<p><label for="post_selected" class="classic">'.form::checkbox('post_selected',1,$post_selected).' '.
Note: See TracChangeset
for help on using the changeset viewer.