Merge remote-tracking branch 'origin/QA_4_4' into QA_4_4
This commit is contained in:
commit
bfae2319f8
@ -7,6 +7,7 @@ phpMyAdmin - ChangeLog
|
||||
- bug #4837 Duplicate new version notification when using the "Back" button
|
||||
- bug #4839 DOC link in setting is broken
|
||||
- bug #4841 Status page: Mislukte pogingen per uur value is incorrect
|
||||
- bug MIME Transformation link fixed
|
||||
|
||||
4.4.1.0 (2015-04-07)
|
||||
- bug #4813 MySQL 5.7.6 and the Users menu tab
|
||||
|
||||
@ -52,7 +52,7 @@ abstract class TextLinkTransformationsPlugin extends TransformationsPlugin
|
||||
|
||||
$transform_options = array (
|
||||
'string' => '<a href="'
|
||||
. PMA_linkURL((isset($options[0]) ? $options[0] : '') . $append_part)
|
||||
. (isset($options[0]) ? $options[0] : '') . $append_part
|
||||
. '" title="'
|
||||
. htmlspecialchars(isset($options[1]) ? $options[1] : '')
|
||||
. '" target="_new">'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user