Changeset 25425 for trunk/index.php


Ignore:
Timestamp:
Nov 10, 2013, 5:18:55 PM (10 years ago)
Author:
mistic100
Message:

delete replace_space function, modify get_cat_display_name_* functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r23533 r25425  
    231231      foreach ( $cats as $cat )
    232232      {
    233         $hints[] = get_cat_display_name( array($cat), '', false );
     233        $hints[] = get_cat_display_name( array($cat), '' );
    234234      }
    235235      $template->assign( 'category_search_results', $hints);
Note: See TracChangeset for help on using the changeset viewer.