widgets.php in Child Theme
I created a child theme and edited several files. All of the ones in the main child theme folder (such as header.php and footer.php) work correctly and I see the edited child theme version on my site. However I made some changes to the widgets in includes/widgets.php. I created a directory named "includes" in my child theme and put the file there. However the theme still uses the widgets.php from the parent theme. I also tried moving the file in the child theme up above "includes" to the root directory of the child theme. However the child theme version is still ignored. How can I get the site to use the edited widgets.php in the child theme?