Skip to content

Commit

Permalink
Merge branch 'uncaught_exception_error_in_wp-includes' of https://git…
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakrohillas committed May 30, 2024
2 parents 831381d + d78ebdd commit 41c273b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/wp-content/plugins/hello.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
Author URI: http://ma.tt/
*/

// Don't load directly.
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
}

function hello_dolly_get_lyric() {
/** These are the lyrics to Hello Dolly */
$lyrics = "Hello, Dolly
Expand Down

0 comments on commit 41c273b

Please sign in to comment.