Skip to content

Commit

Permalink
Fixes a small mistake in markdown syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
d4mation committed May 18, 2023
1 parent 040dd9a commit 7ca1511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ $meta_values = DB::get_col(

### `esc_like()`

Escapes a string with a percent sign in it so it can be safely used with (Where LIKE)[#where-like-clauses] without the percent sign being interpreted as a wildcard character.
Escapes a string with a percent sign in it so it can be safely used with [Where LIKE](#where-like-clauses) without the percent sign being interpreted as a wildcard character.

```php
$escaped_string = DB::esc_like( 'This string has a % in it that is not a wildcard character' );
Expand Down

0 comments on commit 7ca1511

Please sign in to comment.