Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
e47a473e2c
@ -160,6 +160,7 @@ function editpost_content(&$a) {
|
||||
'$cipher' => $cipher,
|
||||
'$expiryModalOK' => t('OK'),
|
||||
'$expiryModalCANCEL' => t('Cancel'),
|
||||
'$bbcode' => true
|
||||
));
|
||||
|
||||
$o .= replace_macros(get_markup_template('edpost_head.tpl'), array(
|
||||
|
@ -119,7 +119,9 @@ function rpost_content(&$a) {
|
||||
'body' => $_REQUEST['body'],
|
||||
'attachment' => $_REQUEST['attachment'],
|
||||
'source' => ((x($_REQUEST,'source')) ? strip_tags($_REQUEST['source']) : ''),
|
||||
'return_path' => 'rpost/return'
|
||||
'return_path' => 'rpost/return',
|
||||
'bbco_autocomplete' => 'bbcode',
|
||||
'bbcode' => true
|
||||
);
|
||||
|
||||
$editor = status_editor($a,$x);
|
||||
|
@ -1 +1 @@
|
||||
2016-04-16.1368H
|
||||
2016-04-18.1370H
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
9708
view/nl/hmessages.po
9708
view/nl/hmessages.po
File diff suppressed because it is too large
Load Diff
2266
view/nl/hstrings.php
2266
view/nl/hstrings.php
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user