MOON
Server: Apache/2.2.31 (Unix) mod_ssl/2.2.31 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4
System: Linux csr818.wilogic.com 2.6.18-419.el5xen #1 SMP Fri Feb 24 22:50:37 UTC 2017 x86_64
User: obrechts (544)
PHP: 5.4.45
Disabled: NONE
Upload Files
File: /home2/obrechts/bad.public_html.bad/wordpress/wp-content/themes/platform/core/core.init.php
<?php
// This file is deprecated, but still called from child themes.  Will remove completely in 2.0

// add_filter('pagelines_admin_notifications', 'get_functions_instead');
// 
// function get_functions_instead($notifications){
// 	
// 	$note = array();
// 
// 	$note['func']['title'] = 'Requiring a deprecated file!';
// 	$note['func']['text'] = "In your child theme file: functions.php, please replace your call to 'core/core.init.php' with a call to 'functions.php' in the parent";
// 	
// 	return array_merge($notifications, $note);
// }

// Used in Base < version 1.3.3
include( TEMPLATEPATH . '/functions.php');