Make WordPress Core


Ignore:
Timestamp:
01/06/2017 01:34:13 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Twenty Seventeen: Correct @param entries for twentyseventeen_content_width, twentyseventeen_custom_colors_saturation and twentyseventeen_social_links_icons filters.

Props Jaydeep Rami, BharatKambariya.
Fixes #39488.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/functions.php

    r39720 r39733  
    250250     * @since Twenty Seventeen 1.0
    251251     *
    252      * @param $content_width integer
     252     * @param int $content_width Content width in pixels.
    253253     */
    254254    $GLOBALS['content_width'] = apply_filters( 'twentyseventeen_content_width', $content_width );
Note: See TracChangeset for help on using the changeset viewer.