Make WordPress Core

Ticket #31032: wp-includes_functions.patch

File wp-includes_functions.patch, 562 bytes (added by ounziw, 10 years ago)
  • wp-includes/functions.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    44 *
    55 * @package WordPress
    66 */
    7 
     7/**
     8 * WARNING
     9 * When you are editing themes, go to wp-content/themes/YOURTHEME/functions.php
     10 * Modifing this file may result in breaking your WordPress.
     11 */
    812require( ABSPATH . WPINC . '/option.php' );
    913
    1014/**