Make WordPress Core

Changeset 9278


Ignore:
Timestamp:
10/22/2008 04:17:41 PM (15 years ago)
Author:
ryan
Message:

Remove unused args. fixes #7946

File:
1 edited

Legend:

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

    r9267 r9278  
    267267}
    268268
    269 function wp_dashboard_quick_press( $dashboard, $meta_box ) {
     269function wp_dashboard_quick_press() {
    270270    $drafts = false;
    271271    if ( 'post' === strtolower( $_SERVER['REQUEST_METHOD'] ) && isset( $_POST['action'] ) && 0 === strpos( $_POST['action'], 'post-quickpress' ) ) {
Note: See TracChangeset for help on using the changeset viewer.