[wp-hackers] Tiny patch for plugins.php

Navjot Singh navjotjsingh at gmail.com
Sat Jun 6 13:40:07 GMT 2009


Instead of submitting the patch here, please submit the ticket/patch on
Wordpress trac.

On Sat, Jun 6, 2009 at 7:08 PM, Harish Narayanan <harish.mlists at gmail.com>wrote:

> I've attached a tiny patch for wp-admin/plugins.php. This removes an
> errant </p> which breaks xhtml validation and prevents my browser from
> rendering the plugins page.
>
> Perhaps someone else who's run into this issue will find it helpful.
>
> Harish
>
> Index: wp-admin/plugins.php
> ===================================================================
> --- wp-admin/plugins.php        (revision 11526)
> +++ wp-admin/plugins.php        (working copy)
> @@ -436,7 +436,7 @@
>
>                $plugin_meta = apply_filters('plugin_row_meta',
> $plugin_meta, $plugin_file, $plugin_data, $context);
>                echo implode(' | ', $plugin_meta);
> -               echo "</p></td>
> +               echo "</td>
>        </tr>\n";
>
>                do_action( 'after_plugin_row', $plugin_file, $plugin_data,
> $context );
>
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>
>


More information about the wp-hackers mailing list