Changeset 61519 for trunk/tests/phpunit/tests/functions/wpGetArchives.php
- Timestamp:
- 01/23/2026 06:04:10 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/wpGetArchives.php
r61326 r61519 222 222 223 223 $expected = join( 224 "\n",224 '', 225 225 array_map( 226 226 static function ( $id ) { 227 return sprintf( '<li><a href="%s">%s</a></li>', get_permalink( $id ), get_the_title( $id ) );227 return sprintf( "\t<li><a href='%s'>%s</a></li>\n", get_permalink( $id ), get_the_title( $id ) ); 228 228 }, 229 229 $ids
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)