Fixed includes/wc-page-functions.php PHPCS violations

This commit is contained in:
Claudio Sanches 2018-03-08 16:15:31 -03:00
parent c7e9c11dd7
commit 84f3947eb8
1 changed files with 3 additions and 7 deletions

View File

@ -4,15 +4,11 @@
*
* Functions related to pages and menus.
*
* @author Automattic
* @category Core
* @package WooCommerce\Functions
* @version 2.6.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
defined( 'ABSPATH' ) || exit;
/**
* Replace a page title with the endpoint title.