Make WordPress Core


Ignore:
Timestamp:
05/24/2015 09:27:12 PM (10 years ago)
Author:
wonderboymusic
Message:

Add missing doc blocks to default-widgets.php.
Move add_action() for widgets to default-filters.php with its brethren.

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/default-filters.php

    r32161 r32589  
    383383add_filter( 'nav_menu_item_id', '_nav_menu_item_id_use_once', 10, 2 );
    384384
     385// Widgets
     386add_action( 'init', 'wp_widgets_init', 1 );
     387
    385388// Admin Bar
    386389// Don't remove. Wrong way to disable.
Note: See TracChangeset for help on using the changeset viewer.