Changeset 2307:ac079dfa1053 for plugins/pages
- Timestamp:
- 10/07/13 15:47:31 (12 years ago)
- Branch:
- default
- Children:
- 2308:928ea690d777, 2309:850b5f27bcad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/_install.php
r1939 r2307 39 39 $cur->post_lang = $core->blog->settings->system->lang; 40 40 $cur->post_title = __('My first page'); 41 $cur->post_content = __('<p>'.__('This is your first page. When you\'re ready to blog, log in to edit or delete it.').'</p>');41 $cur->post_content = '<p>'.__('This is your first page. When you\'re ready to blog, log in to edit or delete it.').'</p>'; 42 42 $cur->post_content_xhtml = $cur->post_content; 43 43 $cur->post_excerpt = '';
Note: See TracChangeset
for help on using the changeset viewer.