Changeset 7270
- Timestamp:
- 06/29/2024 04:46:37 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/src/includes/common/functions.php
r7264 r7270 843 843 * @param string $title The title of the content 844 844 * @param string $content The content being posted 845 * @param mixed $strict False for moderation_keys. True for blacklist_keys.845 * @param mixed $strict False for moderation_keys. True for disallow_keys. 846 846 * String for custom keys. 847 847 * @return bool True if test is passed, false if fail … … 867 867 if ( true === $strict ) { 868 868 $hook_name = 'blacklist'; 869 $option_name = ' blacklist_keys';869 $option_name = 'disallow_keys'; 870 870 871 871 // Non-strict uses WordPress "moderation" settings
Note: See TracChangeset
for help on using the changeset viewer.