Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #52738, comment 18


Ignore:
Timestamp:
07/02/2023 02:05:29 PM (2 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52738, comment 18

    v1 v2  
    33While there's room for improvement in handling cases such as `(object) (array) $object`, can you clarify who "you" refers to in each of these so that it's clear to myself and others?
    44
    5 1. [you] serialize objects
    6 2. [you] later change the visibility of a property in the class the object belongs too
    7 3. [you've] decided that it is a good idea to store serialized objects
    8 4. [you should] also handle changes of classes in a way that do not cause fatals
     51. [you] serialize objects and [you] later change the visibility of a property in the class the object belongs too
     6x. [you've] decided that it is a good idea to store serialized objects
     7x. [you] should also handle changes of classes in a way that do not cause fatals
    98
    109Where "you" refers to Core doing something, can you also provide more information about when Core does this? Thanks!