Skip to content

Commit 492dc9b

Browse files
authored
1.2.2
1 parent e4b9bd4 commit 492dc9b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

WordPress-simple-URL-based-breadcrumb.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
/**
2727
* Checks if a string ends with a given substring.
2828
* Backward compatibility for PHP < 8.0.0.
29-
* The more advanced and optimized way should be to use the native str_ends_with() function.
30-
* @see https://www.php.net/manual/en/function.str-ends-with.php
3129
*
3230
* @since 1.2.0
3331
* @param String $haystack The string to search in.
@@ -55,8 +53,6 @@ function backward_compatibility_str_ends_with( $haystack, $needle ) {
5553
/**
5654
* Determine if a string contains a given substring.
5755
* Backward compatibility for PHP < 8.0.0.
58-
* The more advanced and optimized way should be to use the native str_contains() function.
59-
* @see https://www.php.net/manual/en/function.str-contains.php
6056
*
6157
* @since 1.2.0
6258
* @param String $haystack The string to search in.

0 commit comments

Comments
 (0)