backdrop / backdrop-issues

Issue tracker for Backdrop core.
144 stars 39 forks source link

[DX] Document equivalent function to deprecated `file_create_htaccess()` #6665

Closed argiepiano closed 1 week ago

argiepiano commented 1 month ago

file_create_htaccess is provided by the Drupal compatibility layer, and is deprecated. The Backdrop equivalent is file_save_htaccess. It'd be good to document this in the docblock for file_create_htaccess, like other deprecated functions in that file.

Backdrop version: 1.28.2

argiepiano commented 1 month ago

PR https://github.com/backdrop/backdrop/pull/4837 available for review

klonos commented 1 month ago

Thanks @argiepiano 🙏🏼 ...RTBC 👍🏼

quicksketch commented 1 week ago

Thanks @argiepiano and @klonos! Merged https://github.com/backdrop/backdrop/pull/4837 into 1.x and 1.28.x.