Renamed tags
This commit is contained in:
parent
787265c628
commit
8f9c42322f
59 changed files with 186 additions and 184 deletions
|
|
@ -5,9 +5,9 @@ nav: blog
|
|||
use:
|
||||
- posts
|
||||
tags:
|
||||
- Drupal
|
||||
- Drupal 7
|
||||
- Drupal Planet
|
||||
- drupal
|
||||
- drupal-7
|
||||
- drupal-planet
|
||||
---
|
||||
This week, my first code patch was [committed to Drupal core](https://www.drupal.org/node/2394517#comment-9773143). The patch adds the `user_has_role()` function to theu user module, to simplify the way to check whether a user in Drupal has been assigned a specific role. This is something that I normally write a custom function for each project, but it's now available in Drupal core as of [7.36](https://www.drupal.org/drupal-7.36-release-notes).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue