Fixed includes/wc-page-functions.php PHPCS violations
This commit is contained in:
parent
c7e9c11dd7
commit
84f3947eb8
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue