by axew3 » Fri Mar 16, 2018 8:26 am
Files:
/wp-content/plugins/wp-w3all-phpbb-integration/views/phpbb_last_topics_output_shortcode.php
and
/wp-content/plugins/wp-w3all-phpbb-integration/views/phpbb_last_topics.php
have been patched to remove the attribute
title on outputted elements
<a>.
It is a secondary not important fix, that buy the way was requested to be fixed.
There is no attribute title for an <a> element (so do not know why it were added)
https://developer.mozilla.org/en-US/doc ... /Element/a
download patched files here:
https://plugins.trac.wordpress.org/brow ... runk/views
if you use custom
phpbb_last_topics_output_shortcode.php and
phpbb_last_topics.php
and you want to patch yourself these two files to remove the not needed attribute
title on
<a> element, do it in this way:
just open these two files with text editor, search for
Code: Select all
title=\"Last Post: $value->post_subject\"
remove from all lines where it is found on files.
OR
download patched files here:
https://plugins.trac.wordpress.org/brow ... runk/views
[b]Files:[/b]
[size=110][i]/wp-content/plugins/wp-w3all-phpbb-integration/views/[b]phpbb_last_topics_output_shortcode.php[/b][/i][/size]
[b]and[/b]
[size=110][i]/wp-content/plugins/wp-w3all-phpbb-integration/views/[b]phpbb_last_topics.php[/b][/i][/size]
have been patched to remove the attribute [i]title[/i] on outputted elements [b]<a>[/b].
It is a secondary not important fix, that buy the way was requested to be fixed.
There is no attribute title for an <a> element (so do not know why it were added)
[url]https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a[/url]
[b]download patched files here:[/b]
[url]https://plugins.trac.wordpress.org/browser/wp-w3all-phpbb-integration/trunk/views[/url]
if you use custom [i]phpbb_last_topics_output_shortcode.php[/i] and [i]phpbb_last_topics.php[/i]
and you want to patch yourself these two files to remove the not needed attribute [i]title[/i] on [i]<a>[/i] element, do it in this way:
[b]just open these two files with text editor, search for[/b]
[code] title=\"Last Post: $value->post_subject\"[/code]
[b]remove from all lines where it is found on files.[/b]
OR
download patched files here:
[url]https://plugins.trac.wordpress.org/browser/wp-w3all-phpbb-integration/trunk/views[/url]