Make WordPress Core

Changeset 32608


Ignore:
Timestamp:
05/26/2015 06:58:20 PM (10 years ago)
Author:
wonderboymusic
Message:

Add missing doc blocks to locale.php

See #32444.

File:
1 edited

Legend:

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

    r31126 r32608  
    9292     * @since 2.1.0
    9393     * @access private
     94     *
     95     * @global string $text_direction
     96     * @global string $wp_version
    9497     */
    9598    function init() {
     
    302305     * @access private
    303306     *
     307     * @global array $weekday
     308     * @global array $weekday_initial
     309     * @global array $weekday_abbrev
     310     * @global array $month
     311     * @global array $month_abbrev
     312     *
    304313     * @since 2.1.0
    305314     */
     
    315324     * Constructor which calls helper methods to set up object variables
    316325     *
    317      * @uses WP_Locale::init()
    318      * @uses WP_Locale::register_globals()
    319      * @since 2.1.0
    320      *
     326     * @since 2.1.0
    321327     */
    322328    function __construct() {
     
    358364 *
    359365 * @since 3.0.0
     366 *
     367 * @global WP_Locale $wp_locale
     368 *
    360369 * @return bool Whether locale is RTL.
    361370 */
Note: See TracChangeset for help on using the changeset viewer.