Ticket #31032: wp-includes_functions.patch
File wp-includes_functions.patch, 562 bytes (added by , 10 years ago) |
---|
-
wp-includes/functions.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
4 4 * 5 5 * @package WordPress 6 6 */ 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 */ 8 12 require( ABSPATH . WPINC . '/option.php' ); 9 13 10 14 /**