[wp-trac] [WordPress Trac] #46044: Add `wp_get_update_php_annotation()` to return the Update PHP annotation

WordPress Trac noreply at wordpress.org
Sun Feb 17 18:28:56 UTC 2019


#46044: Add `wp_get_update_php_annotation()` to return the Update PHP annotation
-----------------------------------------------+---------------------
 Reporter:  afragen                            |       Owner:  (none)
     Type:  defect (bug)                       |      Status:  new
 Priority:  normal                             |   Milestone:  5.2
Component:  Plugins                            |     Version:  trunk
 Severity:  normal                             |  Resolution:
 Keywords:  has-patch servehappy dev-feedback  |     Focuses:
-----------------------------------------------+---------------------

Comment (by afragen):

 So in tracking down this cause of the extra paragraph tag, thanks
 @aaroncampbell, it seems the `wp_plugin_update_row()`encloses the row in a
 paragraph tag. Adding an additional paragraph tag inside of a paragraph
 tag in not semantic markup and this is what the browser is interpreting as
 an extra paragraph tag.

 Changing to a `<br><span>` will make this markup work properly in most all
 areas.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/46044#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list