Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:00:23 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.

See #36913.

File:
1 edited

Legend:

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

    r36985 r37488  
    20482048
    20492049/**
    2050  * Filters for content to remove unnecessary slashes.
     2050 * Filterss for content to remove unnecessary slashes.
    20512051 *
    20522052 * @since 1.5.0
     
    21052105
    21062106    /**
    2107      * Filter the dbDelta SQL queries.
     2107     * Filters the dbDelta SQL queries.
    21082108     *
    21092109     * @since 3.3.0
     
    21342134
    21352135    /**
    2136      * Filter the dbDelta SQL queries for creating tables and/or databases.
     2136     * Filters the dbDelta SQL queries for creating tables and/or databases.
    21372137     *
    21382138     * Queries filterable via this hook contain "CREATE TABLE" or "CREATE DATABASE".
     
    21452145
    21462146    /**
    2147      * Filter the dbDelta SQL queries for inserting or updating.
     2147     * Filters the dbDelta SQL queries for inserting or updating.
    21482148     *
    21492149     * Queries filterable via this hook contain "INSERT INTO" or "UPDATE".
     
    27832783
    27842784    /**
    2785      * Filter if upgrade routines should be run on global tables.
     2785     * Filters if upgrade routines should be run on global tables.
    27862786     *
    27872787     * @param bool $should_upgrade Whether to run the upgrade routines on global tables.
Note: See TracChangeset for help on using the changeset viewer.