Make WordPress Core


Ignore:
Timestamp:
03/04/2016 12:02:56 AM (10 years ago)
Author:
DrewAPicture
Message:

Docs: Remove an errant period following the @access tag in the DocBlock for wpdb::close(), mistakenly introduced in [36493].

Props markoheijnen.
See #34903. See #35986.

File:
1 edited

Legend:

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

    r36493 r36840  
    30993099         *
    31003100         * @since 4.5.0
    3101          * @access public.
     3101         * @access public
    31023102         *
    31033103         * @return bool True if the connection was successfully closed, false if it wasn't,
Note: See TracChangeset for help on using the changeset viewer.