Changeset 49539
- Timestamp:
- 11/09/2020 10:51:52 AM (4 years ago)
- Location:
- trunk/src
- Files:
-
- 27 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/media/views/attachments/browser.js
r47217 r49539 127 127 128 128 editSelection: function( modal ) { 129 // When editing a selection, move focus to the " Returnto library" button.129 // When editing a selection, move focus to the "Go to library" button. 130 130 modal.$( '.media-button-backToLibrary' ).focus(); 131 131 }, -
trunk/src/wp-admin/about.php
r48809 r49539 271 271 <?php if ( current_user_can( 'update_core' ) && isset( $_GET['updated'] ) ) : ?> 272 272 <a href="<?php echo esc_url( self_admin_url( 'update-core.php' ) ); ?>"> 273 <?php is_multisite() ? _e( ' Return to Updates' ) : _e( 'Returnto Dashboard → Updates' ); ?>273 <?php is_multisite() ? _e( 'Go to Updates' ) : _e( 'Go to Dashboard → Updates' ); ?> 274 274 </a> | 275 275 <?php endif; ?> -
trunk/src/wp-admin/css/about.css
r49479 r49539 1042 1042 } 1043 1043 1044 /* Returnto Dashboard Home link */1044 /* Go to Dashboard Home link */ 1045 1045 1046 1046 .about-wrap .return-to-dashboard { -
trunk/src/wp-admin/includes/class-bulk-plugin-upgrader-skin.php
r45932 r49539 49 49 '<a href="%s" target="_parent">%s</a>', 50 50 self_admin_url( 'plugins.php' ), 51 __( ' Returnto Plugins page' )51 __( 'Go to Plugins page' ) 52 52 ), 53 53 'updates_page' => sprintf( 54 54 '<a href="%s" target="_parent">%s</a>', 55 55 self_admin_url( 'update-core.php' ), 56 __( ' Returnto WordPress Updates page' )56 __( 'Go to WordPress Updates page' ) 57 57 ), 58 58 ); -
trunk/src/wp-admin/includes/class-bulk-theme-upgrader-skin.php
r45932 r49539 49 49 '<a href="%s" target="_parent">%s</a>', 50 50 self_admin_url( 'themes.php' ), 51 __( ' Returnto Themes page' )51 __( 'Go to Themes page' ) 52 52 ), 53 53 'updates_page' => sprintf( 54 54 '<a href="%s" target="_parent">%s</a>', 55 55 self_admin_url( 'update-core.php' ), 56 __( ' Returnto WordPress Updates page' )56 __( 'Go to WordPress Updates page' ) 57 57 ), 58 58 ); -
trunk/src/wp-admin/includes/class-language-pack-upgrader-skin.php
r45932 r49539 76 76 '<a href="%s" target="_parent">%s</a>', 77 77 self_admin_url( 'update-core.php' ), 78 __( ' Returnto WordPress Updates page' )78 __( 'Go to WordPress Updates page' ) 79 79 ), 80 80 ); -
trunk/src/wp-admin/includes/class-plugin-installer-skin.php
r48677 r49539 108 108 '<a class="button button-primary" href="%s" target="_parent">%s</a>', 109 109 wp_nonce_url( 'plugins.php?action=activate&from=press-this&plugin=' . urlencode( $plugin_file ), 'activate-plugin_' . $plugin_file ), 110 __( 'Activate Plugin & Returnto Press This' )110 __( 'Activate Plugin & Go to Press This' ) 111 111 ); 112 112 } else { … … 131 131 '<a href="%s" target="_parent">%s</a>', 132 132 admin_url( 'import.php' ), 133 __( ' Returnto Importers' )133 __( 'Go to Importers' ) 134 134 ); 135 135 } elseif ( 'web' === $this->type ) { … … 137 137 '<a href="%s" target="_parent">%s</a>', 138 138 self_admin_url( 'plugin-install.php' ), 139 __( ' Returnto Plugin Installer' )139 __( 'Go to Plugin Installer' ) 140 140 ); 141 141 } elseif ( 'upload' === $this->type && 'plugins' === $from ) { … … 143 143 '<a href="%s">%s</a>', 144 144 self_admin_url( 'plugin-install.php' ), 145 __( ' Returnto Plugin Installer' )145 __( 'Go to Plugin Installer' ) 146 146 ); 147 147 } else { … … 149 149 '<a href="%s" target="_parent">%s</a>', 150 150 self_admin_url( 'plugins.php' ), 151 __( ' Returnto Plugins page' )151 __( 'Go to Plugins page' ) 152 152 ); 153 153 } -
trunk/src/wp-admin/includes/class-plugin-upgrader-skin.php
r49119 r49539 99 99 '<a href="%s" target="_parent">%s</a>', 100 100 self_admin_url( 'plugins.php' ), 101 __( ' Returnto Plugins page' )101 __( 'Go to Plugins page' ) 102 102 ), 103 103 ); -
trunk/src/wp-admin/includes/class-theme-installer-skin.php
r48913 r49539 156 156 '<a href="%s" target="_parent">%s</a>', 157 157 self_admin_url( 'theme-install.php' ), 158 __( ' Returnto Theme Installer' )158 __( 'Go to Theme Installer' ) 159 159 ); 160 160 } elseif ( current_user_can( 'switch_themes' ) || current_user_can( 'edit_theme_options' ) ) { … … 162 162 '<a href="%s" target="_parent">%s</a>', 163 163 self_admin_url( 'themes.php' ), 164 __( ' Returnto Themes page' )164 __( 'Go to Themes page' ) 165 165 ); 166 166 } -
trunk/src/wp-admin/includes/class-theme-upgrader-skin.php
r49119 r49539 125 125 '<a href="%s" target="_parent">%s</a>', 126 126 self_admin_url( 'themes.php' ), 127 __( ' Returnto Themes page' )127 __( 'Go to Themes page' ) 128 128 ); 129 129 -
trunk/src/wp-admin/includes/class-wp-privacy-policy-content.php
r49255 r49539 425 425 } 426 426 427 $content .= '<a href="#wpbody" class="return-to-top"><span aria-hidden="true">↑ </span> ' . __( ' Returnto top' ) . '</a>';427 $content .= '<a href="#wpbody" class="return-to-top"><span aria-hidden="true">↑ </span> ' . __( 'Go to top' ) . '</a>'; 428 428 429 429 $content .= '</div>'; // End of .privacy-text-section. -
trunk/src/wp-admin/includes/network.php
r48115 r49539 146 146 '<code>' . $has_ports . '</code>' 147 147 ) . '</p>'; 148 echo '<a href="' . esc_url( admin_url() ) . '">' . __( ' Returnto Dashboard' ) . '</a>';148 echo '<a href="' . esc_url( admin_url() ) . '">' . __( 'Go to Dashboard' ) . '</a>'; 149 149 echo '</div>'; 150 150 require_once ABSPATH . 'wp-admin/admin-footer.php'; -
trunk/src/wp-admin/includes/privacy-tools.php
r49331 r49539 280 280 if ( $groups_count > 1 ) { 281 281 $group_html .= '<div class="return-to-top">'; 282 $group_html .= '<a href="#top"><span aria-hidden="true">↑ </span> ' . esc_html__( ' Returnto top' ) . '</a>';282 $group_html .= '<a href="#top"><span aria-hidden="true">↑ </span> ' . esc_html__( 'Go to top' ) . '</a>'; 283 283 $group_html .= '</div>'; 284 284 } -
trunk/src/wp-admin/revision.php
r48625 r49539 108 108 /* translators: %s: Post title. */ 109 109 $h1 = sprintf( __( 'Compare Revisions of “%s”' ), $post_title ); 110 $return_to_post = '<a href="' . $post_edit_link . '">' . __( '← Returnto editor' ) . '</a>';110 $return_to_post = '<a href="' . $post_edit_link . '">' . __( '← Go to editor' ) . '</a>'; 111 111 $title = __( 'Revisions' ); 112 112 -
trunk/src/wp-admin/user-edit.php
r49392 r49539 203 203 <?php endif; ?> 204 204 <?php if ( $wp_http_referer && false === strpos( $wp_http_referer, 'user-new.php' ) && ! IS_PROFILE_PAGE ) : ?> 205 <p><a href="<?php echo esc_url( wp_validate_redirect( esc_url_raw( $wp_http_referer ), self_admin_url( 'users.php' ) ) ); ?>"><?php _e( '← Backto Users' ); ?></a></p>205 <p><a href="<?php echo esc_url( wp_validate_redirect( esc_url_raw( $wp_http_referer ), self_admin_url( 'users.php' ) ) ); ?>"><?php _e( '← Go to Users' ); ?></a></p> 206 206 <?php endif; ?> 207 207 </div> -
trunk/src/wp-content/themes/twentyeleven/image.php
r48782 r49539 33 33 printf( 34 34 /* translators: 1: Time, 2: Date, 3: Image permalink, 4: Image width, 5: Image height, 6: Parent permalink, 7: Parent post title, 8: Parent post title. */ 35 __( '<span class="meta-prep meta-prep-entry-date">Published </span> <span class="entry-date"><abbr class="published" title="%1$s">%2$s</abbr></span> at <a href="%3$s" title="Link to full-size image">%4$s × %5$s</a> in <a href="%6$s" title=" Returnto %7$s" rel="gallery">%8$s</a>', 'twentyeleven' ),35 __( '<span class="meta-prep meta-prep-entry-date">Published </span> <span class="entry-date"><abbr class="published" title="%1$s">%2$s</abbr></span> at <a href="%3$s" title="Link to full-size image">%4$s × %5$s</a> in <a href="%6$s" title="Go to %7$s" rel="gallery">%8$s</a>', 'twentyeleven' ), 36 36 esc_attr( get_the_time() ), 37 37 get_the_date(), -
trunk/src/wp-content/themes/twentyeleven/languages/twentyeleven.pot
r45675 r49539 442 442 443 443 #: image.php:34 444 msgid "<span class=\"meta-prep meta-prep-entry-date\">Published </span> <span class=\"entry-date\"><abbr class=\"published\" title=\"%1$s\">%2$s</abbr></span> at <a href=\"%3$s\" title=\"Link to full-size image\">%4$s × %5$s</a> in <a href=\"%6$s\" title=\" Returnto %7$s\" rel=\"gallery\">%8$s</a>"444 msgid "<span class=\"meta-prep meta-prep-entry-date\">Published </span> <span class=\"entry-date\"><abbr class=\"published\" title=\"%1$s\">%2$s</abbr></span> at <a href=\"%3$s\" title=\"Link to full-size image\">%4$s × %5$s</a> in <a href=\"%6$s\" title=\"Go to %7$s\" rel=\"gallery\">%8$s</a>" 445 445 msgstr "" 446 446 -
trunk/src/wp-content/themes/twentyten/languages/twentyten.pot
r45289 r49539 264 264 265 265 #: loop-attachment.php:25 266 msgid " Returnto %s"266 msgid "Go to %s" 267 267 msgstr "" 268 268 -
trunk/src/wp-content/themes/twentyten/loop-attachment.php
r48782 r49539 25 25 if ( ! empty( $post->post_parent ) ) : 26 26 /* translators: %s: Post title. */ 27 $post_tile = sprintf( __( ' Returnto %s', 'twentyten' ), strip_tags( get_the_title( $post->post_parent ) ) );27 $post_tile = sprintf( __( 'Go to %s', 'twentyten' ), strip_tags( get_the_title( $post->post_parent ) ) ); 28 28 ?> 29 29 <p class="page-title"><a href="<?php echo esc_url( get_permalink( $post->post_parent ) ); ?>" title="<?php echo esc_attr( $post_title ); ?>" rel="gallery"> -
trunk/src/wp-content/themes/twentythirteen/image.php
r47122 r49539 28 28 <?php 29 29 /* translators: 1: Date, 2: Date, 3, Parent permalink, 4, Post title, 5: Post title. */ 30 $published_text = __( '<span class="attachment-meta">Published on <time class="entry-date" datetime="%1$s">%2$s</time> in <a href="%3$s" title=" Returnto %4$s" rel="gallery">%5$s</a></span>', 'twentythirteen' );30 $published_text = __( '<span class="attachment-meta">Published on <time class="entry-date" datetime="%1$s">%2$s</time> in <a href="%3$s" title="Go to %4$s" rel="gallery">%5$s</a></span>', 'twentythirteen' ); 31 31 $post_title = get_the_title( $post->post_parent ); 32 32 if ( empty( $post_title ) || 0 == $post->post_parent ) { -
trunk/src/wp-content/themes/twentytwelve/image.php
r48782 r49539 29 29 printf( 30 30 /* translators: 1: Date, 2: Date, 3: Attachment URL, 4: Image width in pixels, 5: Image height in pixels, 6: Post parent permalink, 7: Post parent title, 8: Post parent title. */ 31 __( '<span class="meta-prep meta-prep-entry-date">Published </span> <span class="entry-date"><time class="entry-date" datetime="%1$s">%2$s</time></span> at <a href="%3$s" title="Link to full-size image">%4$s × %5$s</a> in <a href="%6$s" title=" Returnto %7$s" rel="gallery">%8$s</a>.', 'twentytwelve' ),31 __( '<span class="meta-prep meta-prep-entry-date">Published </span> <span class="entry-date"><time class="entry-date" datetime="%1$s">%2$s</time></span> at <a href="%3$s" title="Link to full-size image">%4$s × %5$s</a> in <a href="%6$s" title="Go to %7$s" rel="gallery">%8$s</a>.', 'twentytwelve' ), 32 32 esc_attr( get_the_date( 'c' ) ), 33 33 esc_html( get_the_date() ), -
trunk/src/wp-includes/class-wp-block.php
r49310 r49539 214 214 215 215 if ( $is_dynamic ) { 216 $global_post = $post;217 $parent = WP_Block_Supports::$block_to_render;216 $global_post = $post; 217 $parent = WP_Block_Supports::$block_to_render; 218 218 WP_Block_Supports::$block_to_render = $this->parsed_block; 219 $block_content = (string) call_user_func( $this->block_type->render_callback, $this->attributes, $block_content, $this );219 $block_content = (string) call_user_func( $this->block_type->render_callback, $this->attributes, $block_content, $this ); 220 220 WP_Block_Supports::$block_to_render = $parent; 221 $post = $global_post;221 $post = $global_post; 222 222 } 223 223 -
trunk/src/wp-includes/customize/class-wp-customize-themes-section.php
r48111 r49539 122 122 protected function filter_bar_content_template() { 123 123 ?> 124 <button type="button" class="button button-primary customize-section-back customize-themes-mobile-back"><?php _e( ' Backto theme sources' ); ?></button>124 <button type="button" class="button button-primary customize-section-back customize-themes-mobile-back"><?php _e( 'Go to theme sources' ); ?></button> 125 125 <# if ( 'wporg' === data.action ) { #> 126 126 <div class="search-form"> -
trunk/src/wp-includes/media.php
r49281 r49539 4291 4291 'createNewPlaylist' => __( 'Create a new playlist' ), 4292 4292 'createNewVideoPlaylist' => __( 'Create a new video playlist' ), 4293 'returnToLibrary' => __( '← Returnto library' ),4293 'returnToLibrary' => __( '← Go to library' ), 4294 4294 'allMediaItems' => __( 'All media items' ), 4295 4295 'allDates' => __( 'All dates' ), -
trunk/src/wp-includes/ms-functions.php
r49206 r49539 2276 2276 sprintf( 2277 2277 /* translators: %s: Home URL. */ 2278 __( 'An error occurred adding you to this site. Backto the <a href="%s">homepage</a>.' ),2278 __( 'An error occurred adding you to this site. Go to the <a href="%s">homepage</a>.' ), 2279 2279 home_url() 2280 2280 ) -
trunk/src/wp-includes/taxonomy.php
r49451 r49539 140 140 'add_or_remove_items' => null, 141 141 'choose_from_most_used' => null, 142 'back_to_items' => __( '← Backto Link Categories' ),142 'back_to_items' => __( '← Go to Link Categories' ), 143 143 ), 144 144 'capabilities' => array( … … 605 605 /* translators: Tab heading when selecting from the most used terms. */ 606 606 'most_used' => array( _x( 'Most Used', 'tags' ), _x( 'Most Used', 'categories' ) ), 607 'back_to_items' => array( __( '← Back to Tags' ), __( '← Backto Categories' ) ),607 'back_to_items' => array( __( '← Go to Tags' ), __( '← Go to Categories' ) ), 608 608 ); 609 609 $nohier_vs_hier_defaults['menu_name'] = $nohier_vs_hier_defaults['name']; -
trunk/src/wp-login.php
r49265 r49539 286 286 287 287 /* translators: %s: Site title. */ 288 printf( _x( '← Backto %s', 'site' ), get_bloginfo( 'title', 'display' ) );288 printf( _x( '← Go to %s', 'site' ), get_bloginfo( 'title', 'display' ) ); 289 289 290 290 ?>
Note: See TracChangeset
for help on using the changeset viewer.