Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #34013


Ignore:
Timestamp:
09/25/2015 08:20:53 PM (8 years ago)
Author:
DrewAPicture
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34013

    • Property Keywords good-first-bug added
  • Ticket #34013 – Description

    initial v1  
    55Let's do it.
    66
    7 Core widget classes:
     7Tickets by file:
    88
    9 * `WP_Nav_Menu_Widget` => class-wp-nav-menu-widget.php
    10 * `WP_Widget_Archives` => class-wp-widget-archives.php
    11 * `WP_Widget_Calendar` => class-wp-widget-calendar.php
    12 * `WP_Widget_Categories` => class-wp-widget-categories.php
    13 * `WP_Widget_Links` => class-wp-widget-links.php
    14 * `WP_Widget_Meta` => class-wp-widget-meta.php
    15 * `WP_Widget_Pages` => class-wp-widget-pages.php
    16 * `WP_Widget_Recent_Comments` => class-wp-widget-recent-comments.php
    17 * `WP_Widget_Recent_Posts` => class-wp-widget-recent-posts.php
    18 * `WP_Widget_RSS` => class-wp-widget-rss.php
    19 * `WP_Widget_Search` => class-wp-widget-search.php
    20 * `WP_Widget_Tag_Cloud` => class-wp-widget-tag-cloud.php
    21 * `WP_Widget_Text` => class-wp-widget-text.php
     9* #34015 – `WP_Nav_Menu_Widget` => class-wp-nav-menu-widget.php
     10* #34016 – `WP_Widget_Archives` => class-wp-widget-archives.php
     11* #34017 – `WP_Widget_Calendar` => class-wp-widget-calendar.php
     12* #34018 – `WP_Widget_Categories` => class-wp-widget-categories.php
     13* #34019 – `WP_Widget_Links` => class-wp-widget-links.php
     14* #34020 – `WP_Widget_Meta` => class-wp-widget-meta.php
     15* #34021 – `WP_Widget_Pages` => class-wp-widget-pages.php
     16* #34022 – `WP_Widget_Recent_Comments` => class-wp-widget-recent-comments.php
     17* #34023 – `WP_Widget_Recent_Posts` => class-wp-widget-recent-posts.php
     18* #34024 – `WP_Widget_RSS` => class-wp-widget-rss.php
     19* #34025 – `WP_Widget_Search` => class-wp-widget-search.php
     20* #34026 – `WP_Widget_Tag_Cloud` => class-wp-widget-tag-cloud.php
     21* #34027 – `WP_Widget_Text` => class-wp-widget-text.php