[wp-trac] [WordPress Trac] #30999: Inconsistent parameters for edited_term_taxonomy action

WordPress Trac noreply at wordpress.org
Fri Feb 13 09:43:40 UTC 2015


#30999: Inconsistent parameters for edited_term_taxonomy action
-------------------------------------------------+-------------------------
 Reporter:  ipm-frommen                          |       Owner:
     Type:  defect (bug)                         |      Status:  new
 Priority:  normal                               |   Milestone:  Awaiting
Component:  Taxonomy                             |  Review
 Severity:  normal                               |     Version:  3.0
 Keywords:  needs-patch dev-feedback needs-      |  Resolution:
  unit-tests                                     |     Focuses:
-------------------------------------------------+-------------------------

Comment (by SergeyBiryukov):

 Searching for `edited_term_taxonomy` in the plugin directory yields 29
 results:
 {{{
 011-ps-custom-taxonomy/ps-custom-taxonomy.php
 012-ps-multi-languages/includes/ps-multilingual-taxonomy.php
 achievements/includes/achievements/functions.php
 anspress/includes/anspress-ranks.php
 anspress-question-answer/includes/anspress-ranks.php
 awesome-support/includes/functions-custom-fields.php
 co-authors-plus/co-authors-plus.php
 connections/includes/class.terms.php
 content-audit/content-audit-fields.php
 easysocial/inc/ranks.php
 file-gallery/file-gallery.php
 getmecooking-recipe-template/recipe-template-functions.php
 intellectual-property-basic/taxonomies/company/setup.php
 mark-posts/public/class-mark-posts.php
 maven-algolia/admin/controllers/indexer.php
 media-features/media-features.php
 organize-series/orgSeries-utility.php
 pay2post/lib/framework/includes/term-counts.php
 piklist/includes/class-piklist-taxonomy.php
 polylang/include/model.php
 rtbiz/app/lib/rt-attributes/class-rt-attributes.php
 rtbiz/app/lib/rt-offerings/class-rt-offerings.php
 shopp/core/model/Collection.php
 simple-groups/simple-groups.php
 smsify/modules/usergroups/UserGroups.php
 user-groups/user-groups.php
 user-tags/UserTags.php
 user-taxonomies/user-taxonomies.php
 wp-autoloader/lib/WPExtend/BasicWPActions.php
 }}}

 2 of those plugins treat `$taxonomy` as a string:
 * Co-Authors Plus
 * GetMeCooking Recipe Template

 5 plugins treat `$taxonomy` as an object:
 * Maven Algolia
 * Organize Series
 * Pay2Post
 * Polylang
 * rtBiz

 The rest appear to be unaffected by the change of type.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/30999#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list