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/functions.php

    r27442 r27595  
    122122 *
    123123 * @since Twenty Fourteen 1.0
    124  *
    125  * @return void
    126124 */
    127125function twentyfourteen_content_width() {
     
    165163 *
    166164 * @since Twenty Fourteen 1.0
    167  *
    168  * @return void
    169165 */
    170166function twentyfourteen_widgets_init() {
     
    226222 *
    227223 * @since Twenty Fourteen 1.0
    228  *
    229  * @return void
    230224 */
    231225function twentyfourteen_scripts() {
     
    271265 *
    272266 * @since Twenty Fourteen 1.0
    273  *
    274  * @return void
    275267 */
    276268function twentyfourteen_admin_fonts() {
     
    284276 *
    285277 * @since Twenty Fourteen 1.0
    286  *
    287  * @return void
    288278 */
    289279function twentyfourteen_the_attached_image() {
     
    353343 *
    354344 * @since Twenty Fourteen 1.0
    355  *
    356  * @return void
    357345 */
    358346function twentyfourteen_list_authors() {
Note: See TracChangeset for help on using the changeset viewer.