From ae3406a4eb63dc92bed5f3d28fa49445692125f2 Mon Sep 17 00:00:00 2001 From: bueltge Date: Wed, 24 May 2017 11:31:48 +0200 Subject: [PATCH] Update helpful links, #39 --- WpAdminStyle.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/WpAdminStyle.php b/WpAdminStyle.php index 8e64d3d..5f8781e 100755 --- a/WpAdminStyle.php +++ b/WpAdminStyle.php @@ -138,8 +138,8 @@ private function get_plugin_data( $value = 'Version' ) { public function add_menu_page() { $page_hook_suffix = add_menu_page( - __( 'WordPress Admin Style', 'WpAdminStyle' ), - __( 'Admin Style', 'WpAdminStyle' ), + esc_html__( 'WordPress Admin Style', 'WpAdminStyle' ), + esc_html__( 'Admin Style', 'WpAdminStyle' ), 'read', 'WordPress_Admin_Style', array( $this, 'get_style_examples' ) @@ -314,18 +314,18 @@ public function get_mini_menu() { WordPress.org UI Style Guide
  • - HTML Coding Standards + HTML Coding Standards
  • - CSS Coding Standards + CSS Coding Standards
  • - PHP Coding Standards + PHP Coding Standards
  • - JavaScript Coding Standards + JavaScript Coding Standards
  • -
  • WordPress UI Group
  • +
  • WordPress UI Group