Changeset 56549 for trunk/src/wp-admin/includes/ms.php
- Timestamp:
- 09/09/2023 09:26:01 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms.php
r56499 r56549 735 735 while ( $c < 10 && get_id_from_blogname( $post_name ) ) { 736 736 $post_name .= mt_rand( 1, 10 ); 737 $c++;737 ++$c; 738 738 } 739 739
Note: See TracChangeset
for help on using the changeset viewer.