Changeset 53026 for branches/5.9/src/wp-includes/script-loader.php
- Timestamp:
- 03/29/2022 08:16:36 PM (4 years ago)
- Location:
- branches/5.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9
- Property svn:mergeinfo changed
/trunk merged: 53024-53025
- Property svn:mergeinfo changed
-
branches/5.9/src/wp-includes/script-loader.php
r53017 r53026 1221 1221 'invalidDate' => __( 'Invalid date.' ), 1222 1222 'invalidValue' => __( 'Invalid value.' ), 1223 'blockThemeNotification' => sprintf( 1224 /* translators: 1: Link to Site Editor documentation on HelpHub, 2: HTML button. */ 1225 __( 'Hurray! Your theme supports Full Site Editing with blocks. <a href="%1$s">Tell me more</a>. %2$s' ), 1226 __( 'https://wordpress.org/support/article/site-editor/' ), 1227 sprintf( 1228 '<button type="button" data-action="%1$s" class="button switch-to-editor">%2$s</button>', 1229 esc_url( admin_url( 'site-editor.php' ) ), 1230 __( 'Use Site Editor' ) 1231 ) 1232 ), 1223 1233 ) 1224 1234 );
Note: See TracChangeset
for help on using the changeset viewer.