Make WordPress Core


Ignore:
Timestamp:
11/17/2008 07:16:26 PM (16 years ago)
Author:
ryan
Message:

Key screen meta off of page hook. fixes #8246

File:
1 edited

Legend:

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

    r9733 r9735  
    332332<thead>
    333333<tr class="thead">
    334 <?php print_column_headers('user') ?>
     334<?php print_column_headers('users') ?>
    335335</tr>
    336336</thead>
     
    338338<tfoot>
    339339<tr class="thead">
    340 <?php print_column_headers('user', false) ?>
     340<?php print_column_headers('users', false) ?>
    341341</tr>
    342342</tfoot>
Note: See TracChangeset for help on using the changeset viewer.