Skip to content

Commit

Permalink
Tests: Remove redundant placeholder function
Browse files Browse the repository at this point in the history
It's the only error flagged by a non-inclusive terminology checker.
  • Loading branch information
GaryJones committed Aug 20, 2023
1 parent 1eb217b commit d3a58e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WordPress/Tests/DB/DirectDatabaseQueryUnitTest.inc
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ function bar() {
return $listofthings;
}

function dummy() {
}



function baz() {
global $wpdb;
Expand Down

0 comments on commit d3a58e9

Please sign in to comment.