Changeset 37488 for trunk/src/wp-admin/includes/upgrade.php
- Timestamp:
- 05/22/2016 06:00:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r36985 r37488 2048 2048 2049 2049 /** 2050 * Filters for content to remove unnecessary slashes.2050 * Filterss for content to remove unnecessary slashes. 2051 2051 * 2052 2052 * @since 1.5.0 … … 2105 2105 2106 2106 /** 2107 * Filter the dbDelta SQL queries.2107 * Filters the dbDelta SQL queries. 2108 2108 * 2109 2109 * @since 3.3.0 … … 2134 2134 2135 2135 /** 2136 * Filter the dbDelta SQL queries for creating tables and/or databases.2136 * Filters the dbDelta SQL queries for creating tables and/or databases. 2137 2137 * 2138 2138 * Queries filterable via this hook contain "CREATE TABLE" or "CREATE DATABASE". … … 2145 2145 2146 2146 /** 2147 * Filter the dbDelta SQL queries for inserting or updating.2147 * Filters the dbDelta SQL queries for inserting or updating. 2148 2148 * 2149 2149 * Queries filterable via this hook contain "INSERT INTO" or "UPDATE". … … 2783 2783 2784 2784 /** 2785 * Filter if upgrade routines should be run on global tables.2785 * Filters if upgrade routines should be run on global tables. 2786 2786 * 2787 2787 * @param bool $should_upgrade Whether to run the upgrade routines on global tables.
Note: See TracChangeset
for help on using the changeset viewer.