Changeset 7275 for trunk/src/includes/common/functions.php
- Timestamp:
- 06/29/2024 05:15:20 PM (20 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/includes/common/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/2.6 merged: 7272-7273
- Property svn:mergeinfo changed
-
trunk/src/includes/common/functions.php
r7268 r7275 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 … … 864 864 } 865 865 866 // Strict mode uses WordPress " blacklist" settings866 // Strict mode uses WordPress "disallow" settings 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.