Changeset 33734 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 08/25/2015 08:27:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r33357 r33734 1070 1070 */ 1071 1071 function wp_dashboard_primary_output( $widget_id, $feeds ) { 1072 foreach ( $feeds as $type => $args ) {1072 foreach ( $feeds as $type => $args ) { 1073 1073 $args['type'] = $type; 1074 1074 echo '<div class="rss-widget">';
Note: See TracChangeset
for help on using the changeset viewer.