Making WordPress.org

Changes between Initial Version and Version 1 of Ticket #1649, comment 18


Ignore:
Timestamp:
06/06/2016 02:50:24 PM (8 years ago)
Author:
keesiemeijer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1649, comment 18

    initial v1  
    1 [attachment:1649.2.patch] Adds reddit-style voting with WAI-ARIA accessibility improvements and adds the avatar back. The display of notes is reverted back to using the `wp_list_comments()` function. Get the ordered comments by using the `wporg_developer_get_ordered_notes()` function, then use `wp_list_comments()` for display. This allows you to order the comments and also display (nested) child comments if needed.
     1[attachment:1649.2.patch] Adds reddit-style voting with WAI-ARIA accessibility improvements and adds the avatar back. The display of notes is reverted back to using the `wp_list_comments()` function. Get the ordered comments by using the `wporg_developer_get_ordered_notes()` function, then use `wp_list_comments()` for display. This allows you to display ordered comments and also display (nested) child comments if needed.
    22
    33All style changes are tested with all modern browsers and IE8 and up. The display of notes in IE8 is not pretty (but readable/usable). This seems consistent with the rest of the site :)