Make WordPress Core

Changeset 2418


Ignore:
Timestamp:
03/07/2005 03:20:56 PM (20 years ago)
Author:
matt
Message:

http://mosquito.wordpress.org/view.php?id=1049

File:
1 edited

Legend:

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

    r2416 r2418  
    873873            $wp_filter[$tag][$priority] = array_unique($wp_filter[$tag][$priority]);
    874874        }
    875 
    876     }
    877 }
    878 
    879     if (isset($wp_filter[$tag]))
    880         ksort($wp_filter[$tag]);
     875    }
     876
     877    if ( isset($wp_filter[$tag]) )
     878        ksort( $wp_filter[$tag] );
    881879}
    882880
Note: See TracChangeset for help on using the changeset viewer.