Ticket #1762: gettext_perma.diff
File gettext_perma.diff, 1.0 KB (added by , 19 years ago) |
---|
-
classes.php
806 806 var $permalink_structure; 807 807 var $category_base; 808 808 var $category_structure; 809 var $author_base = 'author';809 var $author_base; 810 810 var $author_structure; 811 811 var $date_structure; 812 812 var $page_structure; 813 var $search_base = 'search';813 var $search_base; 814 814 var $search_structure; 815 var $comments_base = 'comments';816 var $feed_base = 'feed';815 var $comments_base; 816 var $feed_base; 817 817 var $comments_feed_structure; 818 818 var $feed_structure; 819 819 var $front; … … 1352 1352 $this->root = $this->index . '/'; 1353 1353 } 1354 1354 $this->category_base = get_settings('category_base'); 1355 $this->author_base = trim(__('/author/'), '/'); 1356 $this->search_base = trim(__('/search/'), '/'); 1357 $this->comments_base = trim(__('/comments/'), '/'); 1358 $this->feed_base = trim(__('/feed/'), '/'); 1359 1355 1360 unset($this->category_structure); 1356 1361 unset($this->author_structure); 1357 1362 unset($this->date_structure);