Skip to content

Commit

Permalink
Update includes/class-debug.php
Browse files Browse the repository at this point in the history
Co-authored-by: Colin Stewart <[email protected]>
Signed-off-by: Namith Jawahar <[email protected]>
  • Loading branch information
namithj and costdev authored Dec 30, 2024
1 parent a91bae8 commit 911864e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-debug.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ private static function get_file_path() {
/**
* Initializes the WordPress Filesystem.
*
* @return WP_Filesystem_Direct|false The filesystem object or false on failure.
* @return Filesystem_Direct The filesystem object.
*/
private static function init_filesystem() {
require_once ABSPATH . 'wp-admin/includes/file.php';
Expand Down

0 comments on commit 911864e

Please sign in to comment.