Standardised tags

This commit is contained in:
Oliver Davies 2015-04-13 12:42:09 +01:00
parent 6735de698c
commit 28896f0f60
57 changed files with 136 additions and 126 deletions

View file

@ -7,8 +7,8 @@ slug: create-and-apply-patches
tags:
- drupal-planet
- drupal-6
- Modules
- Patch
- modules
- patches
---
Earlier this year, I posted a solution to [an issue](http://drupal.org/node/753898) on the Drupal.org issue queue. Originally, I just posted the code back onto the issue, but have now created a patch that can easily be applied to any Drupal 6 installation. Here is a run-through of the process of creating and applying a patch. In this case, I made changes to the `user_pass_validate()` function that's found within `modules/user/user.pages.inc`.