Changes between Initial Version and Version 1 of Ticket #35624, comment 7
- Timestamp:
- 02/05/2016 07:04:38 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35624, comment 7
initial v1 1 1 Thanks @boonebgorges I see what you mean. 2 2 So this way, when a {{{$replytoid}}} exists, you overwrite (well you set it) the global {{{$comment}}}. 3 Isn't this a little weird? I mean a function which should just returna string also changes a global variable?3 Isn't this a little weird? I mean a function which should just print a string also changes a global variable? 4 4 5 5 I still think that since you already have the comment id ({{{$replytoid}}}) there's no sense to retrieve it again with {{{get_comment_ID()}}}. But most likely there's something I don't know ;)