Issue #1313980 by Albert Volkman: Fix @see reference to removed function in docs

8.0.x
Jennifer Hodgdon 2012-11-19 14:18:36 -08:00
parent b2c0253500
commit c1adfce6e1
1 changed files with 1 additions and 1 deletions

View File

@ -3001,7 +3001,7 @@ function node_access_grants($op, $account = NULL) {
* TRUE if 'view' access to all nodes is granted, FALSE otherwise.
*
* @see hook_node_grants()
* @see _node_query_node_access_alter()
* @see node_query_node_access_alter()
*/
function node_access_view_all_nodes($account = NULL) {
global $user;