Changeset 56515 for trunk/src/wp-admin/my-sites.php
- Timestamp:
- 09/05/2023 07:24:31 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/my-sites.php
r56409 r56515 79 79 /** This filter is documented in wp-login.php */ 80 80 $sign_up_url = apply_filters( 'wp_signup_location', network_site_url( 'wp-signup.php' ) ); 81 printf( ' <a href="%s" class="page-title-action">%s</a>', esc_url( $sign_up_url ), esc_html_ x( 'Add New', 'site' ) );81 printf( ' <a href="%s" class="page-title-action">%s</a>', esc_url( $sign_up_url ), esc_html__( 'Add New Site' ) ); 82 82 } 83 83
Note: See TracChangeset
for help on using the changeset viewer.