Make WordPress Core


Ignore:
Timestamp:
05/30/2014 04:58:36 PM (12 years ago)
Author:
wonderboymusic
Message:

Remove some dead variable assignments.

See #27882.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-importer.php

    r28492 r28629  
    197197     * Bump up the request timeout for http requests
    198198     *
    199      * @param int $val
    200199     * @return int
    201200     */
    202     public function bump_request_timeout( $val ) {
     201    public function bump_request_timeout() {
    203202        return 60;
    204203    }
Note: See TracChangeset for help on using the changeset viewer.