Make WordPress Core


Ignore:
Timestamp:
09/12/2007 06:15:29 PM (19 years ago)
Author:
westi
Message:

Allow plugins to sanitize there own options easily.

File:
1 edited

Legend:

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

    r6026 r6096  
    11951195                        break;
    11961196                default :
     1197                        $value = apply_filters("sanitize_option_{$option}", $value, $option);
    11971198                        break;
    11981199        }
Note: See TracChangeset for help on using the changeset viewer.