Ticket #56301: 2-file.php.patch
File 2-file.php.patch, 686 bytes (added by , 16 months ago) |
---|
-
file.php
636 636 $theme->cache_delete(); 637 637 } 638 638 639 /** 640 * Fires after theme-plugin file edited (doc will be added, this is just a testing patch). 641 * 642 * @since 6.0.0 643 * 644 * @param string $real_file The file full path. 645 * @param string $content New updated content. 646 * @param string $previous_content Previous content. 647 * @param string $plugin Plugin. 648 * @param string $theme Theme . 649 */ 650 do_action( 'after_theme_plugin_file_edited', $real_file, $content, $previous_content, $plugin, $theme ); 651 639 652 return true; 640 653 } 641 654