Andrew Ozz
Andrew Ozz
No reporter feedback for a long time. Assuming the issue was resolved.
Seems no reporter feedback for a long time. Assuming the issue was resolved.
> handles RSS feed items with empty titles by taking the first 𝒙 characters from the post Hmm, why? WordPress has had support for "empty titles" since... 2003 I believe....
> When a title's empty the text "(empty title)" just looks like an error message. That's incorrect :) WordPress has a feature that lets posts be published without titles. In...
> the fact is no writer ever put [no title] in their feed > I agree with the goal, `[no title]` is awful. @scripting @mcsf yes, I agree too! Lets...
Like @hellofromtonya I think this method of "syncing" Gutenberg PHP changes to core Trac has proven to be hard to do and error prone. Instead each issue/PR that contains PHP...
> > The anonymous callbacks cannot be removed > > Not true: @GaryJones hmmmm, this is a quote from one of the links you referenced: > The problem is that...
@GaryJones uh, ok, lets try this again, hopefully without misunderstandings this time :) The problem with using lambda functions as callbacks in `add_filter()` and `add_action()` is that it **breaks part...
> the above example is pretty simple and can be written without an anonymous function. @aristath right, I think so too. Also, could you add an example of how you...
Hmmm, I'm quite surprised at how many people are so eager to use a coding pattern that breaks an existing API. IMHO it would be helpful if everybody here mentioned...