Change record status: 
Project: 
Introduced in branch: 
8.x
Description: 

file_create_htaccess() was inconsistent with the general Drupal naming pattern of [module]_[verb]_[object], and has therefore been renamed file_save_htaccess() for consistency.

An issue has been to determine which file functions saved things to disk and which did things with filename strings. file_create_htaccess() is an exception to this rule, however, for consistency it would be better renamed file_save_htaccess()

Impacts: 
Module developers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done