Make WordPress Core

Changeset 20324


Ignore:
Timestamp:
03/29/2012 06:49:50 PM (13 years ago)
Author:
nacin
Message:

Correct docs for WP_Theme scandir(), _name_sort(), and _name_sort_i18n() methods. All of them are private. see #11216, #20103.

File:
1 edited

Legend:

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

    r20318 r20324  
    10191019     *
    10201020     * @since 3.4.0
    1021      * @access public
     1021     * @access private
    10221022     *
    10231023     * @param string $path Absolute path to search.
     
    12111211    /**
    12121212     * Sort themes by name.
     1213     *
     1214     * @since 3.4.0
     1215     * @access public
    12131216     */
    12141217    public static function sort_by_name( &$themes ) {
     
    12271230     *
    12281231     * @since 3.4.0
    1229      * @access public
     1232     * @access private
    12301233     */
    12311234    private static function _name_sort( $a, $b ) {
     
    12371240     *
    12381241     * @since 3.4.0
    1239      * @access public
     1242     * @access private
    12401243     */
    12411244    private static function _name_sort_i18n( $a, $b ) {
Note: See TracChangeset for help on using the changeset viewer.