Changeset 55415
- Timestamp:
- 02/23/2023 11:11:38 AM (22 months ago)
- Location:
- trunk/src
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms.php
r55412 r55415 1156 1156 return '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 1157 1157 '<p>' . __( '<a href="https://wordpress.org/documentation/article/network-admin-sites-screen/">Documentation on Site Management</a>' ) . '</p>' . 1158 '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>';1159 } 1158 '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support forums</a>' ) . '</p>'; 1159 } -
trunk/src/wp-admin/network/index.php
r55412 r55415 55 55 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 56 56 '<p>' . __( '<a href="https://wordpress.org/documentation/article/network-admin/">Documentation on the Network Admin</a>' ) . '</p>' . 57 '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>'57 '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support forums</a>' ) . '</p>' 58 58 ); 59 59 -
trunk/src/wp-admin/network/site-new.php
r55412 r55415 31 31 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 32 32 '<p>' . __( '<a href="https://wordpress.org/documentation/article/network-admin-sites-screen/">Documentation on Site Management</a>' ) . '</p>' . 33 '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>'33 '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support forums</a>' ) . '</p>' 34 34 ); 35 35 -
trunk/src/wp-admin/network/sites.php
r55412 r55415 45 45 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 46 46 '<p>' . __( '<a href="https://wordpress.org/documentation/article/network-admin-sites-screen/">Documentation on Site Management</a>' ) . '</p>' . 47 '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>'47 '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support forums</a>' ) . '</p>' 48 48 ); 49 49 -
trunk/src/wp-admin/network/user-new.php
r55394 r55415 28 28 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 29 29 '<p>' . __( '<a href="https://codex.wordpress.org/Network_Admin_Users_Screen">Documentation on Network Users</a>' ) . '</p>' . 30 '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>'30 '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support forums</a>' ) . '</p>' 31 31 ); 32 32 -
trunk/src/wp-admin/network/users.php
r51499 r55415 241 241 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 242 242 '<p>' . __( '<a href="https://codex.wordpress.org/Network_Admin_Users_Screen">Documentation on Network Users</a>' ) . '</p>' . 243 '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>'243 '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support forums</a>' ) . '</p>' 244 244 ); 245 245 -
trunk/src/wp-content/themes/twentytwentyone/inc/starter-content.php
r55413 r55415 126 126 <!-- wp:column --> 127 127 <div class="wp-block-column"><!-- wp:paragraph --> 128 <p><a href="https://wordpress.org/support/theme/twentytwentyone/">' . esc_html_x( 'Check out the Support Forums', 'Theme starter content', 'twentytwentyone' ) . '</a></p>128 <p><a href="https://wordpress.org/support/theme/twentytwentyone/">' . esc_html_x( 'Check out the Support forums', 'Theme starter content', 'twentytwentyone' ) . '</a></p> 129 129 <!-- /wp:paragraph --></div> 130 130 <!-- /wp:column --></div> -
trunk/src/wp-includes/class-wpdb.php
r55398 r55415 1268 1268 $message .= '<p>' . sprintf( 1269 1269 /* translators: %s: Support forums URL. */ 1270 __( 'If you do not know how to set up a database you should <strong>contact your host</strong>. If all else fails you may find help at the <a href="%s">WordPress Support Forums</a>.' ),1270 __( 'If you do not know how to set up a database you should <strong>contact your host</strong>. If all else fails you may find help at the <a href="%s">WordPress Support forums</a>.' ), 1271 1271 __( 'https://wordpress.org/support/forums/' ) 1272 1272 ) . "</p>\n"; … … 2082 2082 $message .= '<p>' . sprintf( 2083 2083 /* translators: %s: Support forums URL. */ 2084 __( 'If you are unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href="%s">WordPress Support Forums</a>.' ),2084 __( 'If you are unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href="%s">WordPress Support forums</a>.' ), 2085 2085 __( 'https://wordpress.org/support/forums/' ) 2086 2086 ) . "</p>\n"; … … 2242 2242 $message .= '<p>' . sprintf( 2243 2243 /* translators: %s: Support forums URL. */ 2244 __( 'If you are unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href="%s">WordPress Support Forums</a>.' ),2244 __( 'If you are unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href="%s">WordPress Support forums</a>.' ), 2245 2245 __( 'https://wordpress.org/support/forums/' ) 2246 2246 ) . "</p>\n"; -
trunk/src/wp-includes/load.php
r55367 r55415 177 177 $message .= '<p>' . sprintf( 178 178 /* translators: %s: Support forums URL. */ 179 __( 'If you are unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href="%s">WordPress Support Forums</a>.' ),179 __( 'If you are unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href="%s">WordPress Support forums</a>.' ), 180 180 __( 'https://wordpress.org/support/forums/' ) 181 181 ) . "</p>\n";
Note: See TracChangeset
for help on using the changeset viewer.