Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access to Comments object #247

Closed
xordiv opened this issue Feb 18, 2020 · 3 comments
Closed

Access to Comments object #247

xordiv opened this issue Feb 18, 2020 · 3 comments

Comments

@xordiv
Copy link

xordiv commented Feb 18, 2020

I want to delete one comment in Comments object or replace it, but Comments class has no methods for it. And Translation class has no methods for setting up a new Comments object.
How I can replace a comment? Maybe is there a PHP trick for it?

@oscarotero
Copy link
Member

Mmmm, you're right, there's no way to remove comments!! (I've never need it :) And the same happens with flags.

I'm implementing this:

$comments->delete('This is a comment');

and let you know when it's shipped.
Thanks for notify!

@oscarotero
Copy link
Member

v5.3.0 released

@vielhuber
Copy link

Very cool, thank you @oscarotero.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants