@@ -182,7 +182,7 @@ |
||
| 182 | 182 | * @param string|bool $value The term slug, or a comma separated list of slugs. Or false to remove all terms set for post. |
| 183 | 183 | * The first item is the name of taxonomy |
| 184 | 184 | * |
| 185 | - * @return bool True if update was successful, false if not. |
|
| 185 | + * @return boolean|null True if update was successful, false if not. |
|
| 186 | 186 | */ |
| 187 | 187 | public function set_custom_taxonomy( $postid, $value) { |
| 188 | 188 | |