Make WordPress Core


Ignore:
Timestamp:
02/07/2016 02:02:27 AM (11 years ago)
Author:
DrewAPicture
Message:

Docs: Add an @access tag and fix a typo in the DocBlock for wpdb::close().

See #34903. See #32246.

File:
1 edited

Legend:

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

    r36433 r36493  
    30993099         *
    31003100         * @since 4.5.0
    3101          *
    3102          * @return bool True if the connection was succesfully closed, false if it wasn't, or the connection doesn't exist.
     3101         * @access public.
     3102         *
     3103         * @return bool True if the connection was successfully closed, false if it wasn't,
     3104         *              or the connection doesn't exist.
    31033105         */
    31043106        public function close() {
Note: See TracChangeset for help on using the changeset viewer.