Make WordPress Core


Ignore:
Timestamp:
02/24/2010 08:13:23 PM (17 years ago)
Author:
nacin
Message:

Spelling and grammar fun. Fixes #11875 props cnorris23

File:
1 edited

Legend:

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

    r13376 r13382  
    953953         * @see wpdb::show_errors()
    954954         *
    955          * @return bool Whether showing of errors was active or not
     955         * @return bool Whether showing of errors was active
    956956         */
    957957        function hide_errors() {
     
    14281428
    14291429        /**
    1430          * Whether or not MySQL database is at least the required minimum version.
     1430         * Whether MySQL database is at least the required minimum version.
    14311431         *
    14321432         * @since 2.5.0
     
    14441444
    14451445        /**
    1446          * Whether of not the database supports collation.
     1446         * Whether the database supports collation.
    14471447         *
    14481448         * Called when WordPress is generating the table scheme.
Note: See TracChangeset for help on using the changeset viewer.