Make WordPress Core


Ignore:
Timestamp:
08/26/2015 07:56:30 AM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add a file header description and @since version to wp-includes/widget-functions.php, introduced in [33746].

Also adds sub-section headers per the inline documentation standards for syntax.

See [33746]. See #33413.

File:
1 edited

Legend:

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

    r33746 r33757  
    11<?php
    22/**
     3 * Core widgets functionality
     4 *
    35 * @package WordPress
    46 * @subpackage Widgets
    5  */
    6 
    7 /* Template tags & API functions */
     7 * @since 4.4.0
     8 */
     9
     10//
     11// Template tags & API functions
     12//
    813
    914/**
     
    751756}
    752757
    753 /* Internal Functions */
     758//
     759// Internal Functions
     760//
    754761
    755762/**
Note: See TracChangeset for help on using the changeset viewer.