- Patch #89196 by John M: fixed quote issue.
parent
dad013e52d
commit
987e462b46
|
@ -80,7 +80,7 @@ function default_profile_tasks(&$task) {
|
||||||
'type' => 'page',
|
'type' => 'page',
|
||||||
'name' => st('Page'),
|
'name' => st('Page'),
|
||||||
'module' => 'node',
|
'module' => 'node',
|
||||||
'description' => st("A <em>page</em>, similar in form to a <em>story</em>, is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a <em>page</em> entry does not allow visitor comments and is not featured on the site's initial home page."),
|
'description' => st("A <em>page</em>, similar in form to a <em>story</em>, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a <em>page</em> entry does not allow visitor comments and is not featured on the site's initial home page."),
|
||||||
'custom' => TRUE,
|
'custom' => TRUE,
|
||||||
'modified' => TRUE,
|
'modified' => TRUE,
|
||||||
'locked' => FALSE,
|
'locked' => FALSE,
|
||||||
|
|
Loading…
Reference in New Issue