Make WordPress Core


Ignore:
Timestamp:
12/13/2011 11:45:31 PM (12 years ago)
Author:
ryan
Message:

Use one space, not two, after trailing punctuation. fixes #19537

File:
1 edited

Legend:

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

    r19470 r19593  
    3131 *
    3232 * @param string $scope Optional. The tables for which to retrieve SQL. Can be all, global, ms_global, or blog tables. Defaults to all.
    33  * @param int $blog_id Optional. The blog ID for which to retrieve SQL.  Default is the current blog ID.
     33 * @param int $blog_id Optional. The blog ID for which to retrieve SQL. Default is the current blog ID.
    3434 * @return string The SQL needed to create the requested tables.
    3535 */
Note: See TracChangeset for help on using the changeset viewer.