Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Staging: touched to exercise the tests workflow and the stale-comment path.
import assert from 'node:assert/strict';
import { mkdir, mkdtemp, readFile, symlink, writeFile } from 'node:fs/promises';
import os from 'node:os';
Expand Down
3 changes: 3 additions & 0 deletions src/wp-includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -5001,6 +5001,9 @@ function smilies_init() {
* This function is used throughout WordPress to allow for both string or array
* to be merged into another array.
*
* STAGING PROBE: this sentence exists only to confirm the Code Reference
* preview renders the pull request's own docblock, not trunk's.
*
* @since 2.2.0
* @since 2.3.0 `$args` can now also be an object.
*
Expand Down
Loading