Make WordPress Core


Ignore:
Timestamp:
04/17/2009 01:11:31 AM (16 years ago)
Author:
azaozz
Message:

Don't use get_catname() (deprecated), props filosofo, see #9550

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r10958 r10972  
    22452245
    22462246        $trans['add']['category']      = array( __( 'Your attempt to add this category has failed.' ), false );
    2247         $trans['delete']['category']   = array( __( 'Your attempt to delete this category: "%s" has failed.' ), 'get_catname' );
    2248         $trans['update']['category']   = array( __( 'Your attempt to edit this category: "%s" has failed.' ), 'get_catname' );
     2247        $trans['delete']['category']   = array( __( 'Your attempt to delete this category: "%s" has failed.' ), 'get_cat_name' );
     2248        $trans['update']['category']   = array( __( 'Your attempt to edit this category: "%s" has failed.' ), 'get_cat_name' );
    22492249
    22502250        $trans['delete']['comment']    = array( __( 'Your attempt to delete this comment: "%s" has failed.' ), 'use_id' );
Note: See TracChangeset for help on using the changeset viewer.