Make WordPress Core


Ignore:
Timestamp:
03/18/2014 10:43:15 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: remove doc block comments for @return void. See #27098, props philiparthurmoore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/inc/back-compat.php

    r26225 r27595  
    1818 *
    1919 * @since Twenty Fourteen 1.0
    20  *
    21  * @return void
    2220 */
    2321function twentyfourteen_switch_theme() {
     
    3533 *
    3634 * @since Twenty Fourteen 1.0
    37  *
    38  * @return void
    3935 */
    4036function twentyfourteen_upgrade_notice() {
     
    4743 *
    4844 * @since Twenty Fourteen 1.0
    49  *
    50  * @return void
    5145 */
    5246function twentyfourteen_customize() {
     
    6155 *
    6256 * @since Twenty Fourteen 1.0
    63  *
    64  * @return void
    6557 */
    6658function twentyfourteen_preview() {
Note: See TracChangeset for help on using the changeset viewer.