Make WordPress Core


Ignore:
Timestamp:
11/18/2010 07:12:48 PM (15 years ago)
Author:
nacin
Message:

More param fixes, props duck_. see #14783.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-list-table.php

    r16465 r16469  
    738738     * @access protected
    739739     *
    740      * @param $object $item The current item
     740     * @param object $item The current item
    741741     */
    742742    function single_row( $item ) {
     
    755755     * @access protected
    756756     *
    757      * @param $object $item The current item
     757     * @param object $item The current item
    758758     */
    759759    function single_row_columns( $item ) {
Note: See TracChangeset for help on using the changeset viewer.