diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-01-26 14:08:44 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-01-26 14:08:44 +0000 |
commit | 6d3d75fe4b8fb1c862010cc87839f1d9ede43265 (patch) | |
tree | b801374bf914048d8659cb8df8f014f1486ee5ec /modules/block | |
parent | 8851b57acf1391fe1dbfab4877c1fdc7d63aac63 (diff) | |
download | brdo-6d3d75fe4b8fb1c862010cc87839f1d9ede43265.tar.gz brdo-6d3d75fe4b8fb1c862010cc87839f1d9ede43265.tar.bz2 |
- Removing whitespace.
Diffstat (limited to 'modules/block')
-rw-r--r-- | modules/block/block.api.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/block/block.api.php b/modules/block/block.api.php index 72a2c6657..5540302e8 100644 --- a/modules/block/block.api.php +++ b/modules/block/block.api.php @@ -77,7 +77,7 @@ function hook_block_list() { * and also by block.module to procure the list of available blocks. * * @param $delta - * Which block to return. This is a descriptive string used to identify + * Which block to return. This is a descriptive string used to identify * blocks within each module and also within the theme system. * The $delta for each block is defined within the array that your module * returns when the hook_block_list() implementation is called. @@ -135,7 +135,7 @@ function hook_block_save($delta = '', $edit = array()) { * and also by block.module to procure the list of available blocks. * * @param $delta - * Which block to return. This is a descriptive string used to identify + * Which block to return. This is a descriptive string used to identify * blocks within each module and also within the theme system. * The $delta for each block is defined within the array that your module * returns when the hook_block_list() implementation is called. |