Make WordPress Core

Changeset 13959


Ignore:
Timestamp:
04/03/2010 07:31:28 AM (16 years ago)
Author:
nacin
Message:

Initialize some options for the secondary dashboard widget. see #11783

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/dashboard.php

    r13867 r13959  
    7474                        'show_summary' => 1,
    7575                        'show_author' => 0,
    76                         'show_date' => 1
     76                        'show_date' => 1,
    7777                );
    7878        }
     
    8686                        'url' => apply_filters( 'dashboard_secondary_feed',  __( 'http://planet.wordpress.org/feed/' ) ),
    8787                        'title' => apply_filters( 'dashboard_secondary_title', __( 'Other WordPress News' ) ),
    88                         'items' => 5
     88                        'items' => 5,
     89                        'show_summary' => 0,
     90                        'show_author' => 0,
     91                        'show_date' => 0,
    8992                );
    9093        }
Note: See TracChangeset for help on using the changeset viewer.