Ticket #39130: 39130.11.patch
File 39130.11.patch, 469 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/taxonomy.php
2943 2943 * @since 2.5.0 2944 2944 * 2945 2945 * @param array $object_ids An array of object IDs. 2946 * @param string $obje t_type Object type.2946 * @param string $object_type Object type. 2947 2947 */ 2948 2948 do_action( 'clean_object_term_cache', $object_ids, $object_type ); 2949 2949 }