From a33c7361accbdd14456025969484333782329b98 Mon Sep 17 00:00:00 2001 From: Pawan Kumar Date: Wed, 10 Jul 2024 15:05:13 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20docs(tag):=20improved=20php=20tag?= =?UTF-8?q?=20function.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui/tag/stories/tabs/TabCode.mdx | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/packages/ui/tag/stories/tabs/TabCode.mdx b/packages/ui/tag/stories/tabs/TabCode.mdx index e7af8069a..bd1989bc2 100644 --- a/packages/ui/tag/stories/tabs/TabCode.mdx +++ b/packages/ui/tag/stories/tabs/TabCode.mdx @@ -67,7 +67,7 @@ import { Section, Row, Col, Table, List, Code, Tag, PackageInstallGuide, PropSec

Use this function to use tags in plugin menu.

- + li:nth-child(3) the number should be the item number in the list which to target. } /> @@ -75,7 +75,7 @@ import { Section, Row, Col, Table, List, Code, Tag, PackageInstallGuide, PropSec public function print_menu_styles() { ?> {`public static function get_menu_title() { - return esc_html__( 'Reseller', 'thc' ) . ' ' . esc_html__( 'NEW', 'plugin-name' ) . ''; + return esc_html__( 'Reseller', 'thc' ) . ' ' . esc_html__( 'NEW', 'plugin-name' ) . ''; }`}