Changeset 6096

Show
Ignore:
Timestamp:
09/12/07 18:15:29 (1 year ago)
Author:
westi
Message:

Allow plugins to sanitize there own options easily.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/formatting.php

    r6026 r6096  
    11951195            break; 
    11961196        default : 
     1197            $value = apply_filters("sanitize_option_{$option}", $value, $option); 
    11971198            break; 
    11981199    }