PluginProbe
SQLite Database Integration / 3.0.2
SQLite Database Integration v3.0.2
3.0.2 3.0.1 trunk 2.1.13 2.1.14 2.1.15 2.1.16 2.2.0 2.2.1 2.2.10 2.2.11 2.2.12 2.2.13 2.2.14 2.2.15 2.2.16 2.2.17 2.2.18 2.2.19 2.2.2 2.2.20 2.2.21 2.2.22 2.2.23 2.2.3 All 32 releases
← All changes | wp-includes/database/php-polyfills.php +0 -2 2.2.213.0.2 View file →
@@ -4,10 +4,8 @@
4 4 *
5 5 * Implementation follows the Symfony polyfill-php80 package.
6 6 *
7 7 * @see https://github.com/symfony/polyfill-php80
8 - *
9 - * @package wp-sqlite-integration
10 8 */
11 9
12 10 if ( ! function_exists( 'str_starts_with' ) ) {
13 11 /**