Make WordPress Core


Ignore:
Timestamp:
10/20/2016 08:33:38 PM (8 years ago)
Author:
davidakennedy
Message:

Twenty Fifteen, Twenty Seventeen: Add documentation to filters in themes.

Documents a missing one Twenty Fifteen and all four missing ones in Twenty Seventeen.

Props brainstormforce.

Fixes #38382.

File:
1 edited

Legend:

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

    r38833 r38846  
    118118    }
    119119
     120    /**
     121     * Filter Twenty Seventeen content width of the theme.
     122     *
     123     * @since Twenty Seventeen 1.0
     124     *
     125     * @param $content_width integer
     126     */
    120127    $GLOBALS['content_width'] = apply_filters( 'twentyseventeen_content_width', $content_width );
    121128}
Note: See TracChangeset for help on using the changeset viewer.