Skip to content

Commit 219d045

Browse files
committed
Use consistent escaping
1 parent 3a82089 commit 219d045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Transient_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ private function delete_all() {
283283
global $wpdb;
284284

285285
$count = $wpdb->query(
286-
"DELETE FROM {$wpdb->options} WHERE option_name LIKE '\_transient\_%'"
286+
"DELETE FROM {$wpdb->options} WHERE option_name LIKE '\\_transient\\_%'"
287287
);
288288

289289
if ( ! is_multisite() ) {

0 commit comments

Comments
 (0)