Make WordPress Core


Ignore:
Timestamp:
11/20/2008 09:22:24 PM (15 years ago)
Author:
ryan
Message:

Show 24 results per page for plugin searches. fixes #8290

File:
1 edited

Legend:

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

    r9793 r9821  
    3131    if( is_array($args) )
    3232        $args = (object)$args;
     33
     34    if ( !isset($args->per_page) )
     35        $args->per_page = 24;
    3336
    3437    $args = apply_filters('plugins_api_args', $args, $action); //NOTE: Ensure that an object is returned via this filter.
Note: See TracChangeset for help on using the changeset viewer.