Changeset 3874:ab8368569446 for admin/popup_link.php
- Timestamp:
- 09/14/18 12:16:17 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/popup_link.php
r3731 r3874 22 22 23 23 # Languages combo 24 $rs = $core->blog->getLangs( array('order' => 'asc'));24 $rs = $core->blog->getLangs(['order' => 'asc']); 25 25 $lang_combo = dcAdminCombos::getLangsCombo($rs, true); 26 26 … … 28 28 '<form id="link-insert-form" action="#" method="get">' . 29 29 '<p><label class="required" for="href"><abbr title="' . __('Required field') . '">*</abbr> ' . __('Link URL:') . '</label> ' . 30 form::field('href', 35, 512, array(30 form::field('href', 35, 512, [ 31 31 'default' => html::escapeHTML($href), 32 32 'extra_html' => 'required placeholder="' . __('URL') . '"' 33 )) .33 ]) . 34 34 '</p>' . 35 35 '<p><label for="title">' . __('Link title:') . '</label> ' .
Note: See TracChangeset
for help on using the changeset viewer.