Changeset 7366
- Timestamp:
- 11/17/2025 06:02:54 AM (6 weeks ago)
- Location:
- trunk/src/includes
- Files:
-
- 3 edited
-
replies/template.php (modified) (1 diff)
-
topics/template.php (modified) (1 diff)
-
users/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/template.php
r7362 r7366 1244 1244 // Empty array 1245 1245 $links = array(); 1246 $sprint = '<span %1$s>%2$s</span>';1246 $sprint = '<span%1$s>%2$s</span>'; 1247 1247 1248 1248 // Wrap each link -
trunk/src/includes/topics/template.php
r7362 r7366 1459 1459 // Empty array 1460 1460 $links = array(); 1461 $sprint = '<span %1$s>%2$s</span>';1461 $sprint = '<span%1$s>%2$s</span>'; 1462 1462 1463 1463 // Wrap each link -
trunk/src/includes/users/template.php
r7360 r7366 1450 1450 <ul> 1451 1451 <li> 1452 <?php 1453 printf( 1452 <?php 1453 printf( 1454 1454 /* translators: 1: New email address, 2: Dismiss change link */ 1455 esc_html__( 'There is a pending email address change to %1$s. %2$s', 'bbpress' ), 1456 $coded_email, 1457 $dismiss_link 1458 ); 1455 esc_html__( 'There is a pending email address change to %1$s. %2$s', 'bbpress' ), 1456 $coded_email, 1457 $dismiss_link 1458 ); 1459 1459 ?></li> 1460 1460 </ul> … … 2069 2069 // Empty array 2070 2070 $links = array(); 2071 $sprint = '<span %1$s>%2$s</span>';2071 $sprint = '<span%1$s>%2$s</span>'; 2072 2072 2073 2073 // Wrap each link
Note: See TracChangeset
for help on using the changeset viewer.