alleyinteractive / byline-manager

Manage an article's byline and author profiles in WordPress.
GNU General Public License v3.0
3 stars 2 forks source link

Declare term_id as a property of the profile object #378

Open scottnelle opened 1 month ago

scottnelle commented 1 month ago

Address #377 - This pull request declares the term_id property on the profile so that, when it is set, a php > 8.1 will not warn that setting an undeclared property is deprecated.

scottnelle commented 1 month ago

Hmm... a bunch of unit tests are broken and I don't think they're related to this PR. I'll have to put a pin in it for now and revisit another time.