Make WordPress Core

Ticket #34666: 34666.patch

File 34666.patch, 554 bytes (added by sebastian.pisula, 8 years ago)
  • wp-includes/theme.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    317317}
    318318
    319319/**
     320 * Display theme directory URI.
     321 *
     322 * @since 4.4.0
     323 */
     324function template_directory_uri() {
     325        echo get_template_directory_uri();
     326}
     327
     328/**
    320329 * Retrieve theme directory URI.
    321330 *
    322331 * @since 1.5.0