backdrop / backdrop-issues

Issue tracker for Backdrop core.
145 stars 40 forks source link

Add a link to the `$_SESSIONS` documentation from the documentation in `sessions.inc`. #5998

Closed bugfolder closed 1 year ago

bugfolder commented 1 year ago

This is a follow-on to an issue on the docs site (H/T @yorkshire-pudding):

https://github.com/backdrop-ops/docs.backdropcms.org/issues/212

We could address it by adding an @see link to the PHP predefined variables page, to clarify, where $_SESSION superglobal is mentioned in docblocks.

PR to follow.

yorkshire-pudding commented 1 year ago

Good idea @bugfolder

klonos commented 1 year ago

Indeed! Thanks @bugfolder and @yorkshire-pudding 🙏🏼

quicksketch commented 1 year ago

Thanks folks! Merged https://github.com/backdrop/backdrop/pull/4363 into 1.x and 1.24.x.