Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #32470, comment 32


Ignore:
Timestamp:
07/06/2015 07:50:11 PM (11 years ago)
Author:
welcher
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32470, comment 32

    initial v1  
    1010
    11111. Continue/finish the code audit in #23012 to bring the default widgets in-line with WP standards/best practices
    12 2. Review and if needed, update the inline docs for the default widget. I know there are some areas of improvement for example WP_Widget_RSS has very little in the way of inline docs. This is going to provide a lot of insight into what might need to be changed.
     122. Review and if needed, update the inline docs for the default widget. I know there are some areas of improvement for example WP_Widget_RSS has very little in the way of inline docs. This is going to provide a lot of insight into what might need to be changed. - Related #30315
    13133. Identifying functionality in the default widgets that can be encapsulated into methods. This will allow for much easier extension into child class. Currently, extending a default widget to override even a small change in the functionality usually requires a copy/pasta of the majority of the code.
    1414