Make WordPress Core

Changeset 36471


Ignore:
Timestamp:
02/03/2016 08:06:39 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add a missing DocBlock for the private _add_themes_utility_last() function.

See #32246.

File:
1 edited

Legend:

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

    r35691 r36471  
    183183}
    184184/**
    185  *
     185 * Adds the (theme) 'Editor' link to the bottom of the Appearance menu.
     186 *
     187 * @access private
     188 * @since 3.0.0
    186189 */
    187190function _add_themes_utility_last() {
Note: See TracChangeset for help on using the changeset viewer.