From cfd2e38db3e7efbb33a15b0f97c88d5da987a546 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 25 May 2019 12:08:11 +0000 Subject: [PATCH] Docs: Remove full stop from ticket number. See #46402. git-svn-id: https://develop.svn.wordpress.org/trunk@45409 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/formatting/WPTargetedLinkRel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/formatting/WPTargetedLinkRel.php b/tests/phpunit/tests/formatting/WPTargetedLinkRel.php index 9d556630c0..8be254ac44 100644 --- a/tests/phpunit/tests/formatting/WPTargetedLinkRel.php +++ b/tests/phpunit/tests/formatting/WPTargetedLinkRel.php @@ -131,7 +131,7 @@ class Tests_Targeted_Link_Rel extends WP_UnitTestCase { /** * Ensure entirely serialized content is ignored. * - * @ticket 46402. + * @ticket 46402 */ public function test_ignore_entirely_serialized_content() { $content = 'a:1:{s:4:"html";s:52:"

Links: No Rel

";}';