Dotclear


Ignore:
Timestamp:
10/07/13 15:47:31 (12 years ago)
Author:
Dsls
Branch:
default
Children:
2308:928ea690d777, 2309:850b5f27bcad
Message:

l10n + php typo in l10n pages installer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/pages/_install.php

    r1939 r2307  
    3939          $cur->post_lang = $core->blog->settings->system->lang; 
    4040          $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>'; 
    4242          $cur->post_content_xhtml = $cur->post_content; 
    4343          $cur->post_excerpt = ''; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map