Issue #1313980 by Albert Volkman: Fix @see reference to removed function in docs
parent
b2c0253500
commit
c1adfce6e1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue