Make WordPress Core

Changeset 35967


Ignore:
Timestamp:
12/16/2015 06:07:29 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Add a missing summary to the DocBlock for WP_Locale::rtl_src_admin_notice().

See #32246.

File:
1 edited

Legend:

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

    r35951 r35967  
    219219
    220220    /**
     221     * Outputs an admin notice if the /build directory must be used for RTL.
     222     *
    221223     * @since 3.8.0
     224     * @access public
    222225     */
    223226    public function rtl_src_admin_notice() {
Note: See TracChangeset for help on using the changeset viewer.