Make WordPress Core


Ignore:
Timestamp:
01/27/2004 08:31:17 AM (22 years ago)
Author:
saxmatt
Message:

Sub-categories interface improvements.

File:
1 edited

Legend:

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

    r798 r799  
    14611461function get_category_children($id, $before=' / ', $after='') {
    14621462    global $tablecategories, $cache_categories;
    1463     $c_cache=$cache_categories;#can't do recursive foreach on a global, have to make a copy
     1463    $c_cache=$cache_categories; // Can't do recursive foreach on a global, have to make a copy
    14641464    $chain = "";
    14651465    foreach ($c_cache as $category){
Note: See TracChangeset for help on using the changeset viewer.