Make WordPress Core


Ignore:
Timestamp:
05/31/2015 03:17:50 AM (9 years ago)
Author:
wonderboymusic
Message:

Add doc blocks to functions that are missing them.
If the function has no need for @param or @return, do an archeaological dig to find @since.

See #32444.

File:
1 edited

Legend:

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

    r32608 r32672  
    192192    }
    193193
     194    /**
     195     * @since 3.8.0
     196     */
    194197    function rtl_src_admin_notice() {
    195198        echo '<div class="error"><p>' . 'The <code>build</code> directory of the develop repository must be used for RTL.' . '</p></div>';
Note: See TracChangeset for help on using the changeset viewer.