wp_insert_term()
.
Passing `'description' => null` when creating a term can cause MySQL notices, as the description column in the terms table does not allow for null values. We correct this by intepreting a `null` description as an empty string. Props TimothyBlynJacobs. Fixes #35321. git-svn-id: https://develop.svn.wordpress.org/trunk@36214 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
76.7%
CSS
10.9%
JavaScript
9.2%
Modelica
2.4%
HTML
0.6%
Other
0.2%