Make WordPress Core

Changeset 27675


Ignore:
Timestamp:
03/24/2014 03:24:33 AM (11 years ago)
Author:
nacin
Message:

Use correct variable. see [27373].

props TobiasBg.
fixes #14424.

File:
1 edited

Legend:

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

    r27662 r27675  
    23392339    'next_text' => __('»'),
    23402340    'total' => ceil($wp_query->found_posts / 10),
    2341     'current' => $_GET['paged']
     2341    'current' => $q['paged'],
    23422342));
    23432343
Note: See TracChangeset for help on using the changeset viewer.