Make WordPress Core

Changeset 41193


Ignore:
Timestamp:
07/30/2017 03:33:19 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Use a third-person singular verb in the summary for _wp_customize_publish_changeset().

Also adding missing @since and @access tags. Introduced in 4.7, see [38810].

See #41017.

File:
1 edited

Legend:

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

    r41192 r41193  
    28222822
    28232823/**
    2824  * Publish a snapshot's changes.
     2824 * Publishes a snapshot's changes.
     2825 *
     2826 * @since 4.7.0
     2827 * @access private
    28252828 *
    28262829 * @global wpdb                 $wpdb         WordPress database abstraction object.
Note: See TracChangeset for help on using the changeset viewer.