Make WordPress Core


Ignore:
Timestamp:
03/18/2014 10:48:00 PM (12 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/back-compat.php

    r25522 r27598  
    1818 *
    1919 * @since Twenty Thirteen 1.0
    20  *
    21  * @return void
    2220 */
    2321function twentythirteen_switch_theme() {
     
    3533 *
    3634 * @since Twenty Thirteen 1.0
    37  *
    38  * @return void
    3935 */
    4036function twentythirteen_upgrade_notice() {
     
    4743 *
    4844 * @since Twenty Thirteen 1.0
    49  *
    50  * @return void
    5145 */
    5246function twentythirteen_customize() {
     
    6155 *
    6256 * @since Twenty Thirteen 1.0
    63  *
    64  * @return void
    6557 */
    6658function twentythirteen_preview() {
Note: See TracChangeset for help on using the changeset viewer.