Docs: Remove full stop from ticket number.

See #46402.

git-svn-id: https://develop.svn.wordpress.org/trunk@45409 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-05-25 12:08:11 +00:00
parent bda3af14b0
commit cfd2e38db3
1 changed files with 1 additions and 1 deletions

View File

@ -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:"<p>Links: <a href="/" target="_blank">No Rel</a></p>";}';