Make WordPress Core


Ignore:
Timestamp:
03/18/2014 10:48:00 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: remove doc block comments for @return void. See #27098.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentythirteen/inc/custom-header.php

    r25789 r27598  
    2020 *
    2121 * @since Twenty Thirteen 1.0
    22  *
    23  * @return void
    2422 */
    2523function twentythirteen_custom_header_setup() {
     
    6967 *
    7068 * @since Twenty Thirteen 1.0
    71  *
    72  * @return void
    7369 */
    7470function twentythirteen_custom_header_fonts() {
     
    8783 *
    8884 * @since Twenty Thirteen 1.0
    89  *
    90  * @return void
    9185 */
    9286function twentythirteen_header_style() {
     
    145139 *
    146140 * @since Twenty Thirteen 1.0
    147  *
    148  * @return void
    149141 */
    150142function twentythirteen_admin_header_style() {
     
    213205 *
    214206 * @since Twenty Thirteen 1.0
    215  *
    216  * @return void
    217207 */
    218208function twentythirteen_admin_header_image() {
Note: See TracChangeset for help on using the changeset viewer.