diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-11-27 11:36:35 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-11-27 11:36:35 +0000 |
commit | 61f04c91c9197ba9de4385931cf8be3f34d7c0b6 (patch) | |
tree | 308b21e9bea89c04133292413e0f608220434972 /modules | |
parent | bbd4a50917faa2b43ba416e0d1061deebdab213a (diff) | |
download | brdo-61f04c91c9197ba9de4385931cf8be3f34d7c0b6.tar.gz brdo-61f04c91c9197ba9de4385931cf8be3f34d7c0b6.tar.bz2 |
#115912: remove misleading reference to node formats in node_teaser() phpdoc
Diffstat (limited to 'modules')
-rw-r--r-- | modules/node/node.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module index 7896a5812..e7eaf458d 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -236,7 +236,7 @@ function node_teaser_js(&$form, &$form_state) { } /** - * Automatically generate a teaser for a node body in a given format. + * Automatically generate a teaser for a node body. * * @param $body * The content for which a teaser will be generated. |