Skip to content
Snippets Groups Projects
Commit b7a2aeb6 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #1025372 by rschwa: hook_block_info() should document max length of delta/array key.

parent 3e914018
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
* it is preferable to use descriptive strings whenever possible, and only use a
* numeric identifier if you have to (for instance if your module allows users
* to create several similar blocks that you identify within your module code
* with numeric IDs).
* with numeric IDs). The maximum length for delta values is 32 bytes.
*
* @return
* An associative array whose keys define the delta for each block and whose
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment