Use html5 placeholder for title text input
This commit is contained in:
@@ -873,6 +873,7 @@ function status_editor($a,$x, $notes_cid = 0) {
|
||||
'$placeholdertitle' => t('Set title'),
|
||||
'$wait' => t('Please wait'),
|
||||
'$permset' => t('Permission settings'),
|
||||
'$shortpermset' => t('permissions'),
|
||||
'$ptyp' => (($notes_cid) ? 'note' : 'wall'),
|
||||
'$content' => '',
|
||||
'$post_id' => '',
|
||||
@@ -962,4 +963,4 @@ function find_thread_parent_index($arr,$x) {
|
||||
if($v['id'] == $x['parent'])
|
||||
return $k;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user