Commit 71c4b117 authored by Jakob Moser's avatar Jakob Moser
Browse files

Add documentation comment

parent 229394de
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
<?php
/*
    Theme: Fachschaft Computerlinguistik
    IFunctions File
/**
 * Functions file.
 * 
 * To our understanding, this can be used to add arbitrary PHP code to our theme
 * (very similar to a plugin) and to tell WordPress about the abilities of our theme.
 * 
 * @see https://developer.wordpress.org/themes/basics/theme-functions/
 */

    // add support for theme functions
    // - add support for post thumbnails
    add_theme_support('post-thumbnails');