Make WordPress Core


Ignore:
Timestamp:
06/13/2008 11:52:07 PM (16 years ago)
Author:
ryan
Message:

Add paging to Manage->Categories. fixes #7136

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/categories.php

    r8078 r8079  
    175175    <tbody id="the-list" class="list:cat">
    176176<?php
    177 $categories = array();
    178 cat_rows(0, 0, $categories, $pagenum, $catsperpage);
     177cat_rows(0, 0, 0, $pagenum, $catsperpage);
    179178?>
    180179    </tbody>
Note: See TracChangeset for help on using the changeset viewer.