diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2011-07-06 13:55:08 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2011-07-06 13:55:08 -0700 |
commit | aed55f9ce66ea5ef273c019820fa7dd749a8edfa (patch) | |
tree | bdadbbfb60d926d989962fdcd683d7837ccd05d1 /modules/node/node.module | |
parent | 09c56b4bfc713aa48eced396982cd5a5058c6c13 (diff) | |
download | brdo-aed55f9ce66ea5ef273c019820fa7dd749a8edfa.tar.gz brdo-aed55f9ce66ea5ef273c019820fa7dd749a8edfa.tar.bz2 |
Issue #1181576 by James_Stallings: Fixed node_get_recent() doc needs to clarify what 'recent' means.
Diffstat (limited to 'modules/node/node.module')
-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 847697020..2a4db4e88 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -2161,7 +2161,7 @@ function node_block_save($delta = '', $edit = array()) { } /** - * Find the most recent nodes that are available to the current user. + * Finds the most recently changed nodes that are available to the current user. * * @param $number * (optional) The maximum number of nodes to find. Defaults to 10. |