Make WordPress Core


Ignore:
Timestamp:
02/09/2014 08:50:42 PM (13 years ago)
Author:
DrewAPicture
Message:

Fixes for hooks documentation in wp-includes/wp-db.php.

See #26869, #25229 and [25284].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/wp-db.php

    r27075 r27147  
    704704                 * @see wpdb::$incompatible_modes
    705705                 *
    706                  * @param array $incompatible_modes An array of incompatible modes
     706                 * @param array $incompatible_modes An array of incompatible modes.
    707707                 */
    708708                $incompatible_modes = (array) apply_filters( 'incompatible_sql_modes', $this->incompatible_modes );
     
    13391339                 * Filter the database query.
    13401340                 *
    1341                  * Some queries are made before the plugins have been loaded, and thus cannot be filtered with this method.
     1341                 * Some queries are made before the plugins have been loaded,
     1342                 * and thus cannot be filtered with this method.
    13421343                 *
    13431344                 * @since 2.1.0
     1345                 *
    13441346                 * @param string $query Database query.
    13451347                 */
Note: See TracChangeset for help on using the changeset viewer.