Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #58411


Ignore:
Timestamp:
05/26/2023 07:15:23 AM (2 years ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58411

    • Property Keywords reporter-feedback removed
    • Property Component changed from Taxonomy to Cache API
  • Ticket #58411 – Description

    initial v1  
     1{{{
    12function update_term_cache( $terms, $taxonomy = '' ) {
    23    $data = array();
     
    1314}
    1415
    15 PHP Warning:  Undefined property: stdClass::$term_id in /export/www/wordpress/wp-includes/taxonomy.php on line 3801
     16PHP Warning:  Undefined property: stdClass::$term_id in /.../wp-includes/taxonomy.php on line 3801
    1617[24-May-2023 11:53:21 UTC] objectcache.error: Cache key must be integer or non-empty string, empty string given (require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WC_PB_Install::define_updating_constant, WC_PB_Install::is_update_pending, WC_PB_Install::must_update, WC_PB_Install::is_new_install, get_term_by, get_terms, WP_Term_Query->query, WP_Term_Query->get_terms, _prime_term_caches, update_term_cache)
     18}}}