Make WordPress Core

Ticket #50773: 50773.2.patch

File 50773.2.patch, 36.2 KB (added by justinahinon, 4 years ago)
  • src/wp-admin/includes/class-plugin-installer-skin.php

     
    121121                        $install_actions['network_activate'] = sprintf(
    122122                                '<a class="button button-primary" href="%s" target="_parent">%s</a>',
    123123                                wp_nonce_url( 'plugins.php?action=activate&amp;networkwide=1&amp;plugin=' . urlencode( $plugin_file ), 'activate-plugin_' . $plugin_file ),
    124                                 __( 'Network Activate' )
     124                                __( 'Network activate' )
    125125                        );
    126126                        unset( $install_actions['activate_plugin'] );
    127127                }
  • src/wp-admin/includes/class-theme-installer-skin.php

     
    147147                        $install_actions['network_enable'] = sprintf(
    148148                                '<a href="%s" target="_parent">%s</a>',
    149149                                esc_url( wp_nonce_url( 'themes.php?action=enable&amp;theme=' . urlencode( $stylesheet ), 'enable-theme_' . $stylesheet ) ),
    150                                 __( 'Network Enable' )
     150                                __( 'Network enable' )
    151151                        );
    152152                }
    153153
  • src/wp-admin/includes/class-wp-comments-list-table.php

     
    737737                                $unspam_url,
    738738                                "delete:the-comment-list:comment-{$comment->comment_ID}:66cc66:unspam=1",
    739739                                esc_attr__( 'Restore this comment from the spam' ),
    740                                 _x( 'Not Spam', 'comment' )
     740                                _x( 'Not spam', 'comment' )
    741741                        );
    742742                }
    743743
     
    757757                                $delete_url,
    758758                                "delete:the-comment-list:comment-{$comment->comment_ID}::delete=1",
    759759                                esc_attr__( 'Delete this comment permanently' ),
    760                                 __( 'Delete Permanently' )
     760                                __( 'Delete permanently' )
    761761                        );
    762762                } else {
    763763                        $actions['trash'] = sprintf(
     
    786786                                'edit',
    787787                                'vim-q comment-inline',
    788788                                esc_attr__( 'Quick edit this comment inline' ),
    789                                 __( 'Quick&nbsp;Edit' )
     789                                __( 'Quick&nbsp;edit' )
    790790                        );
    791791
    792792                        $actions['reply'] = sprintf(
  • src/wp-admin/includes/class-wp-list-table.php

     
    904904
    905905                if ( 'bottom' === $which ) {
    906906                        $html_current_page  = $current;
    907                         $total_pages_before = '<span class="screen-reader-text">' . __( 'Current Page' ) . '</span><span id="table-paging" class="paging-input"><span class="tablenav-paging-text">';
     907                        $total_pages_before = '<span class="screen-reader-text">' . __( 'Current page' ) . '</span><span id="table-paging" class="paging-input"><span class="tablenav-paging-text">';
    908908                } else {
    909909                        $html_current_page = sprintf(
    910910                                "%s<input class='current-page' id='current-page-selector' type='text' name='paged' value='%s' size='%d' aria-describedby='table-paging' /><span class='tablenav-paging-text'>",
    911                                 '<label for="current-page-selector" class="screen-reader-text">' . __( 'Current Page' ) . '</label>',
     911                                '<label for="current-page-selector" class="screen-reader-text">' . __( 'Current page' ) . '</label>',
    912912                                $current,
    913913                                strlen( $total_pages )
    914914                        );
     
    11601160
    11611161                if ( ! empty( $columns['cb'] ) ) {
    11621162                        static $cb_counter = 1;
    1163                         $columns['cb']     = '<label class="screen-reader-text" for="cb-select-all-' . $cb_counter . '">' . __( 'Select All' ) . '</label>'
     1163                        $columns['cb']     = '<label class="screen-reader-text" for="cb-select-all-' . $cb_counter . '">' . __( 'Select all' ) . '</label>'
    11641164                                . '<input id="cb-select-all-' . $cb_counter . '" type="checkbox" />';
    11651165                        $cb_counter++;
    11661166                }
  • src/wp-admin/includes/class-wp-media-list-table.php

     
    411411                                '<a href="%s" aria-label="%s">',
    412412                                get_edit_post_link( $post->ID ),
    413413                                /* translators: %s: Attachment title. */
    414                                 esc_attr( sprintf( __( '&#8220;%s&#8221; (Edit)' ), $title ) )
     414                                esc_attr( sprintf( __( '&#8220;%s&#8221; (edit)' ), $title ) )
    415415                        );
    416416                        $link_end = '</a>';
    417417                }
     
    711711                                                $delete_ays,
    712712                                                /* translators: %s: Attachment title. */
    713713                                                esc_attr( sprintf( __( 'Delete &#8220;%s&#8221; permanently' ), $att_title ) ),
    714                                                 __( 'Delete Permanently' )
     714                                                __( 'Delete permanently' )
    715715                                        );
    716716                                }
    717717                        }
     
    768768                                                $delete_ays,
    769769                                                /* translators: %s: Attachment title. */
    770770                                                esc_attr( sprintf( __( 'Delete &#8220;%s&#8221; permanently' ), $att_title ) ),
    771                                                 __( 'Delete Permanently' )
     771                                                __( 'Delete permanently' )
    772772                                        );
    773773                                }
    774774                        }
  • src/wp-admin/includes/class-wp-ms-sites-list-table.php

     
    361361                $sites_columns = array(
    362362                        'cb'          => '<input type="checkbox" />',
    363363                        'blogname'    => __( 'URL' ),
    364                         'lastupdated' => __( 'Last Updated' ),
     364                        'lastupdated' => __( 'Last updated' ),
    365365                        'registered'  => _x( 'Registered', 'site' ),
    366366                        'users'       => __( 'Users' ),
    367367                );
     
    707707                        }
    708708
    709709                        if ( '1' == $blog['spam'] ) {
    710                                 $actions['unspam'] = '<a href="' . esc_url( wp_nonce_url( network_admin_url( 'sites.php?action=confirm&amp;action2=unspamblog&amp;id=' . $blog['blog_id'] ), 'unspamblog_' . $blog['blog_id'] ) ) . '">' . _x( 'Not Spam', 'site' ) . '</a>';
     710                                $actions['unspam'] = '<a href="' . esc_url( wp_nonce_url( network_admin_url( 'sites.php?action=confirm&amp;action2=unspamblog&amp;id=' . $blog['blog_id'] ), 'unspamblog_' . $blog['blog_id'] ) ) . '">' . _x( 'Not spam', 'site' ) . '</a>';
    711711                        } else {
    712712                                $actions['spam'] = '<a href="' . esc_url( wp_nonce_url( network_admin_url( 'sites.php?action=confirm&amp;action2=spamblog&amp;id=' . $blog['blog_id'] ), 'spamblog_' . $blog['blog_id'] ) ) . '">' . _x( 'Spam', 'site' ) . '</a>';
    713713                        }
  • src/wp-admin/includes/class-wp-ms-themes-list-table.php

     
    333333                );
    334334
    335335                if ( $this->show_autoupdates ) {
    336                         $columns['auto-updates'] = __( 'Automatic Updates' );
     336                        $columns['auto-updates'] = __( 'Automatic updates' );
    337337                }
    338338
    339339                return $columns;
     
    422422                                case 'auto-update-enabled':
    423423                                        /* translators: %s: Number of themes. */
    424424                                        $text = _n(
    425                                                 'Auto-updates Enabled <span class="count">(%s)</span>',
    426                                                 'Auto-updates Enabled <span class="count">(%s)</span>',
     425                                                'Auto-updates enabled <span class="count">(%s)</span>',
     426                                                'Auto-updates enabled <span class="count">(%s)</span>',
    427427                                                $count
    428428                                        );
    429429                                        break;
     
    430430                                case 'auto-update-disabled':
    431431                                        /* translators: %s: Number of themes. */
    432432                                        $text = _n(
    433                                                 'Auto-updates Disabled <span class="count">(%s)</span>',
    434                                                 'Auto-updates Disabled <span class="count">(%s)</span>',
     433                                                'Auto-updates disabled <span class="count">(%s)</span>',
     434                                                'Auto-updates disabled <span class="count">(%s)</span>',
    435435                                                $count
    436436                                        );
    437437                                        break;
     
    466466
    467467                $actions = array();
    468468                if ( 'enabled' !== $status ) {
    469                         $actions['enable-selected'] = $this->is_site_themes ? __( 'Enable' ) : __( 'Network Enable' );
     469                        $actions['enable-selected'] = $this->is_site_themes ? __( 'Enable' ) : __( 'Network enable' );
    470470                }
    471471                if ( 'disabled' !== $status ) {
    472                         $actions['disable-selected'] = $this->is_site_themes ? __( 'Disable' ) : __( 'Network Disable' );
     472                        $actions['disable-selected'] = $this->is_site_themes ? __( 'Disable' ) : __( 'Network disable' );
    473473                }
    474474                if ( ! $this->is_site_themes ) {
    475475                        if ( current_user_can( 'update_themes' ) ) {
     
    482482
    483483                if ( $this->show_autoupdates ) {
    484484                        if ( 'auto-update-enabled' !== $status ) {
    485                                 $actions['enable-auto-update-selected'] = __( 'Enable Auto-updates' );
     485                                $actions['enable-auto-update-selected'] = __( 'Enable auto-updates' );
    486486                        }
    487487
    488488                        if ( 'auto-update-disabled' !== $status ) {
    489                                 $actions['disable-auto-update-selected'] = __( 'Disable Auto-updates' );
     489                                $actions['disable-auto-update-selected'] = __( 'Disable auto-updates' );
    490490                        }
    491491                }
    492492
     
    567567                                        $aria_label = sprintf( __( 'Enable %s' ), $theme->display( 'Name' ) );
    568568                                } else {
    569569                                        /* translators: %s: Theme name. */
    570                                         $aria_label = sprintf( __( 'Network Enable %s' ), $theme->display( 'Name' ) );
     570                                        $aria_label = sprintf( __( 'Network enable %s' ), $theme->display( 'Name' ) );
    571571                                }
    572572
    573573                                $actions['enable'] = sprintf(
     
    574574                                        '<a href="%s" class="edit" aria-label="%s">%s</a>',
    575575                                        esc_url( wp_nonce_url( $url, 'enable-theme_' . $stylesheet ) ),
    576576                                        esc_attr( $aria_label ),
    577                                         ( $this->is_site_themes ? __( 'Enable' ) : __( 'Network Enable' ) )
     577                                        ( $this->is_site_themes ? __( 'Enable' ) : __( 'Network enable' ) )
    578578                                );
    579579                        }
    580580                } else {
     
    593593                                $aria_label = sprintf( __( 'Disable %s' ), $theme->display( 'Name' ) );
    594594                        } else {
    595595                                /* translators: %s: Theme name. */
    596                                 $aria_label = sprintf( __( 'Network Disable %s' ), $theme->display( 'Name' ) );
     596                                $aria_label = sprintf( __( 'Network disable %s' ), $theme->display( 'Name' ) );
    597597                        }
    598598
    599599                        $actions['disable'] = sprintf(
     
    600600                                '<a href="%s" aria-label="%s">%s</a>',
    601601                                esc_url( wp_nonce_url( $url, 'disable-theme_' . $stylesheet ) ),
    602602                                esc_attr( $aria_label ),
    603                                 ( $this->is_site_themes ? __( 'Disable' ) : __( 'Network Disable' ) )
     603                                ( $this->is_site_themes ? __( 'Disable' ) : __( 'Network disable' ) )
    604604                        );
    605605                }
    606606
     
    687687                global $status, $totals;
    688688
    689689                if ( $theme->errors() ) {
    690                         $pre = 'broken' === $status ? __( 'Broken Theme:' ) . ' ' : '';
     690                        $pre = 'broken' === $status ? __( 'Broken theme:' ) . ' ' : '';
    691691                        echo '<p><strong class="error-message">' . $pre . $theme->errors()->get_error_message() . '</strong></p>';
    692692                }
    693693
     
    724724                                '<a href="%s" aria-label="%s">%s</a>',
    725725                                $theme->display( 'ThemeURI' ),
    726726                                esc_attr( $aria_label ),
    727                                 __( 'Visit Theme Site' )
     727                                __( 'Visit theme site' )
    728728                        );
    729729                }
    730730
     
    901901
    902902                                                /* Add a label for the active template */
    903903                                                if ( $item->get_template() === $template ) {
    904                                                         $active_theme_label = ' &mdash; ' . __( 'Active Theme' );
     904                                                        $active_theme_label = ' &mdash; ' . __( 'Active theme' );
    905905                                                }
    906906
    907907                                                /* In case this is a child theme, label it properly */
    908908                                                if ( $stylesheet !== $template && $item->get_stylesheet() === $stylesheet ) {
    909                                                         $active_theme_label = ' &mdash; ' . __( 'Active Child Theme' );
     909                                                        $active_theme_label = ' &mdash; ' . __( 'Active child theme' );
    910910                                                }
    911911                                        }
    912912
  • src/wp-admin/includes/class-wp-plugin-install-list-table.php

     
    9999                $tabs = array();
    100100
    101101                if ( 'search' === $tab ) {
    102                         $tabs['search'] = __( 'Search Results' );
     102                        $tabs['search'] = __( 'Search results' );
    103103                }
    104104
    105105                if ( 'beta' === $tab || false !== strpos( get_bloginfo( 'version' ), '-' ) ) {
     
    114114                if ( current_user_can( 'upload_plugins' ) ) {
    115115                        // No longer a real tab. Here for filter compatibility.
    116116                        // Gets skipped in get_views().
    117                         $tabs['upload'] = __( 'Upload Plugin' );
     117                        $tabs['upload'] = __( 'Upload plugin' );
    118118                }
    119119
    120120                $nonmenu_tabs = array( 'plugin-information' ); // Valid actions to perform which do not have a Menu item.
     
    278278        public function no_items() {
    279279                if ( isset( $this->error ) ) { ?>
    280280                        <div class="inline error"><p><?php echo $this->error->get_error_message(); ?></p>
    281                                 <p class="hide-if-no-js"><button class="button try-again"><?php _e( 'Try Again' ); ?></button></p>
     281                                <p class="hide-if-no-js"><button class="button try-again"><?php _e( 'Try again' ); ?></button></p>
    282282                        </div>
    283283                <?php } else { ?>
    284284                        <div class="no-plugin-results"><?php _e( 'No plugins found. Try a different search.' ); ?></div>
     
    534534                                                                        /* translators: %s: Plugin name and version. */
    535535                                                                        esc_attr( sprintf( _x( 'Install %s now', 'plugin' ), $name ) ),
    536536                                                                        esc_attr( $name ),
    537                                                                         __( 'Install Now' )
     537                                                                        __( 'Install now' )
    538538                                                                );
    539539                                                        } else {
    540540                                                                $action_links[] = sprintf(
    541541                                                                        '<button type="button" class="button button-disabled" disabled="disabled">%s</button>',
    542                                                                         _x( 'Cannot Install', 'plugin' )
     542                                                                        _x( 'Cannot install', 'plugin' )
    543543                                                                );
    544544                                                        }
    545545                                                }
     
    556556                                                                        /* translators: %s: Plugin name and version. */
    557557                                                                        esc_attr( sprintf( _x( 'Update %s now', 'plugin' ), $name ) ),
    558558                                                                        esc_attr( $name ),
    559                                                                         __( 'Update Now' )
     559                                                                        __( 'Update now' )
    560560                                                                );
    561561                                                        } else {
    562562                                                                $action_links[] = sprintf(
    563563                                                                        '<button type="button" class="button button-disabled" disabled="disabled">%s</button>',
    564                                                                         _x( 'Cannot Update', 'plugin' )
     564                                                                        _x( 'Cannot update', 'plugin' )
    565565                                                                );
    566566                                                        }
    567567                                                }
     
    588588                                                        );
    589589
    590590                                                        if ( is_network_admin() ) {
    591                                                                 $button_text = __( 'Network Activate' );
     591                                                                $button_text = __( 'Network activate' );
    592592                                                                /* translators: %s: Plugin name. */
    593                                                                 $button_label = _x( 'Network Activate %s', 'plugin' );
     593                                                                $button_label = _x( 'Network activate %s', 'plugin' );
    594594                                                                $activate_url = add_query_arg( array( 'networkwide' => 1 ), $activate_url );
    595595                                                        }
    596596
     
    621621                                /* translators: %s: Plugin name and version. */
    622622                                esc_attr( sprintf( __( 'More information about %s' ), $name ) ),
    623623                                esc_attr( $name ),
    624                                 __( 'More Details' )
     624                                __( 'More details' )
    625625                        );
    626626
    627627                        if ( ! empty( $plugin['icons']['svg'] ) ) {
     
    732732                                        <span class="num-ratings" aria-hidden="true">(<?php echo number_format_i18n( $plugin['num_ratings'] ); ?>)</span>
    733733                                </div>
    734734                                <div class="column-updated">
    735                                         <strong><?php _e( 'Last Updated:' ); ?></strong>
     735                                        <strong><?php _e( 'Last updated:' ); ?></strong>
    736736                                        <?php
    737737                                                /* translators: %s: Human-readable time difference. */
    738738                                                printf( __( '%s ago' ), human_time_diff( $last_updated_timestamp ) );
  • src/wp-admin/includes/class-wp-plugins-list-table.php

     
    465465                );
    466466
    467467                if ( $this->show_autoupdates ) {
    468                         $columns['auto-updates'] = __( 'Automatic Updates' );
     468                        $columns['auto-updates'] = __( 'Automatic updates' );
    469469                }
    470470
    471471                return $columns;
     
    513513                                case 'recently_activated':
    514514                                        /* translators: %s: Number of plugins. */
    515515                                        $text = _n(
    516                                                 'Recently Active <span class="count">(%s)</span>',
    517                                                 'Recently Active <span class="count">(%s)</span>',
     516                                                'Recently active <span class="count">(%s)</span>',
     517                                                'Recently active <span class="count">(%s)</span>',
    518518                                                $count
    519519                                        );
    520520                                        break;
     
    529529                                case 'mustuse':
    530530                                        /* translators: %s: Number of plugins. */
    531531                                        $text = _n(
    532                                                 'Must-Use <span class="count">(%s)</span>',
    533                                                 'Must-Use <span class="count">(%s)</span>',
     532                                                'Must-use <span class="count">(%s)</span>',
     533                                                'Must-use <span class="count">(%s)</span>',
    534534                                                $count
    535535                                        );
    536536                                        break;
     
    553553                                case 'upgrade':
    554554                                        /* translators: %s: Number of plugins. */
    555555                                        $text = _n(
    556                                                 'Update Available <span class="count">(%s)</span>',
    557                                                 'Update Available <span class="count">(%s)</span>',
     556                                                'Update available <span class="count">(%s)</span>',
     557                                                'Update available <span class="count">(%s)</span>',
    558558                                                $count
    559559                                        );
    560560                                        break;
     
    561561                                case 'auto-update-enabled':
    562562                                        /* translators: %s: Number of plugins. */
    563563                                        $text = _n(
    564                                                 'Auto-updates Enabled <span class="count">(%s)</span>',
    565                                                 'Auto-updates Enabled <span class="count">(%s)</span>',
     564                                                'Auto-updates enabled <span class="count">(%s)</span>',
     565                                                'Auto-updates enabled <span class="count">(%s)</span>',
    566566                                                $count
    567567                                        );
    568568                                        break;
     
    569569                                case 'auto-update-disabled':
    570570                                        /* translators: %s: Number of plugins. */
    571571                                        $text = _n(
    572                                                 'Auto-updates Disabled <span class="count">(%s)</span>',
    573                                                 'Auto-updates Disabled <span class="count">(%s)</span>',
     572                                                'Auto-updates disabled <span class="count">(%s)</span>',
     573                                                'Auto-updates disabled <span class="count">(%s)</span>',
    574574                                                $count
    575575                                        );
    576576                                        break;
     
    599599                $actions = array();
    600600
    601601                if ( 'active' !== $status ) {
    602                         $actions['activate-selected'] = $this->screen->in_admin( 'network' ) ? __( 'Network Activate' ) : __( 'Activate' );
     602                        $actions['activate-selected'] = $this->screen->in_admin( 'network' ) ? __( 'Network activate' ) : __( 'Activate' );
    603603                }
    604604
    605605                if ( 'inactive' !== $status && 'recent' !== $status ) {
    606                         $actions['deactivate-selected'] = $this->screen->in_admin( 'network' ) ? __( 'Network Deactivate' ) : __( 'Deactivate' );
     606                        $actions['deactivate-selected'] = $this->screen->in_admin( 'network' ) ? __( 'Network deactivate' ) : __( 'Deactivate' );
    607607                }
    608608
    609609                if ( ! is_multisite() || $this->screen->in_admin( 'network' ) ) {
     
    617617
    618618                        if ( $this->show_autoupdates ) {
    619619                                if ( 'auto-update-enabled' !== $status ) {
    620                                         $actions['enable-auto-update-selected'] = __( 'Enable Auto-updates' );
     620                                        $actions['enable-auto-update-selected'] = __( 'Enable auto-updates' );
    621621                                }
    622622                                if ( 'auto-update-disabled' !== $status ) {
    623                                         $actions['disable-auto-update-selected'] = __( 'Disable Auto-updates' );
     623                                        $actions['disable-auto-update-selected'] = __( 'Disable auto-updates' );
    624624                                }
    625625                        }
    626626                }
     
    656656                echo '<div class="alignleft actions">';
    657657
    658658                if ( 'recently_activated' === $status ) {
    659                         submit_button( __( 'Clear List' ), '', 'clear-recent-list', false );
     659                        submit_button( __( 'Clear list' ), '', 'clear-recent-list', false );
    660660                } elseif ( 'top' === $which && 'mustuse' === $status ) {
    661661                        echo '<p>' . sprintf(
    662662                                /* translators: %s: mu-plugins directory name. */
     
    787787                                                        wp_nonce_url( 'plugins.php?action=deactivate&amp;plugin=' . urlencode( $plugin_file ) . '&amp;plugin_status=' . $context . '&amp;paged=' . $page . '&amp;s=' . $s, 'deactivate-plugin_' . $plugin_file ),
    788788                                                        esc_attr( $plugin_id_attr ),
    789789                                                        /* translators: %s: Plugin name. */
    790                                                         esc_attr( sprintf( _x( 'Network Deactivate %s', 'plugin' ), $plugin_data['Name'] ) ),
    791                                                         __( 'Network Deactivate' )
     790                                                        esc_attr( sprintf( _x( 'Network deactivate %s', 'plugin' ), $plugin_data['Name'] ) ),
     791                                                        __( 'Network deactivate' )
    792792                                                );
    793793                                        }
    794794                                } else {
     
    798798                                                        wp_nonce_url( 'plugins.php?action=activate&amp;plugin=' . urlencode( $plugin_file ) . '&amp;plugin_status=' . $context . '&amp;paged=' . $page . '&amp;s=' . $s, 'activate-plugin_' . $plugin_file ),
    799799                                                        esc_attr( $plugin_id_attr ),
    800800                                                        /* translators: %s: Plugin name. */
    801                                                         esc_attr( sprintf( _x( 'Network Activate %s', 'plugin' ), $plugin_data['Name'] ) ),
    802                                                         __( 'Network Activate' )
     801                                                        esc_attr( sprintf( _x( 'Network activate %s', 'plugin' ), $plugin_data['Name'] ) ),
     802                                                        __( 'Network activate' )
    803803                                                );
    804804                                        }
    805805
     
    817817                        } else {
    818818                                if ( $restrict_network_active ) {
    819819                                        $actions = array(
    820                                                 'network_active' => __( 'Network Active' ),
     820                                                'network_active' => __( 'Network active' ),
    821821                                        );
    822822                                } elseif ( $restrict_network_only ) {
    823823                                        $actions = array(
    824                                                 'network_only' => __( 'Network Only' ),
     824                                                'network_only' => __( 'Network only' ),
    825825                                        );
    826826                                } elseif ( $is_active ) {
    827827                                        if ( current_user_can( 'deactivate_plugin', $plugin_file ) ) {
  • src/wp-admin/includes/class-wp-posts-list-table.php

     
    10291029                                '<a class="row-title" href="%s" aria-label="%s">%s%s</a>',
    10301030                                get_edit_post_link( $post->ID ),
    10311031                                /* translators: %s: Post title. */
    1032                                 esc_attr( sprintf( __( '&#8220;%s&#8221; (Edit)' ), $title ) ),
     1032                                esc_attr( sprintf( __( '&#8220;%s&#8221; (edit)' ), $title ) ),
    10331033                                $pad,
    10341034                                $title
    10351035                        );
     
    11001100                                $status = __( 'Scheduled' );
    11011101                        }
    11021102                } else {
    1103                         $status = __( 'Last Modified' );
     1103                        $status = __( 'Last modified' );
    11041104                }
    11051105
    11061106                /**
     
    13531353                                        '<button type="button" class="button-link editinline" aria-label="%s" aria-expanded="false">%s</button>',
    13541354                                        /* translators: %s: Post title. */
    13551355                                        esc_attr( sprintf( __( 'Quick edit &#8220;%s&#8221; inline' ), $title ) ),
    1356                                         __( 'Quick&nbsp;Edit' )
     1356                                        __( 'Quick&nbsp;edit' )
    13571357                                );
    13581358                        }
    13591359                }
     
    13821382                                        get_delete_post_link( $post->ID, '', true ),
    13831383                                        /* translators: %s: Post title. */
    13841384                                        esc_attr( sprintf( __( 'Delete &#8220;%s&#8221; permanently' ), $title ) ),
    1385                                         __( 'Delete Permanently' )
     1385                                        __( 'Delete permanently' )
    13861386                                );
    13871387                        }
    13881388                }
     
    15311531                        <td colspan="<?php echo $this->get_column_count(); ?>" class="colspanchange">
    15321532
    15331533                        <fieldset class="inline-edit-col-left">
    1534                                 <legend class="inline-edit-legend"><?php echo $bulk ? __( 'Bulk Edit' ) : __( 'Quick Edit' ); ?></legend>
     1534                                <legend class="inline-edit-legend"><?php echo $bulk ? __( 'Bulk edit' ) : __( 'Quick edit' ); ?></legend>
    15351535                                <div class="inline-edit-col">
    15361536
    15371537                                <?php if ( post_type_supports( $screen->post_type, 'title' ) ) : ?>
     
    15861586                                                );
    15871587
    15881588                                                if ( $bulk ) {
    1589                                                         $users_opt['show_option_none'] = __( '&mdash; No Change &mdash;' );
     1589                                                        $users_opt['show_option_none'] = __( '&mdash; No change &mdash;' );
    15901590                                                }
    15911591
    15921592                                                $authors = wp_dropdown_users( $users_opt );
     
    16711671                                                                'post_type'         => $post_type_object->name,
    16721672                                                                'selected'          => $post->post_parent,
    16731673                                                                'name'              => 'post_parent',
    1674                                                                 'show_option_none'  => __( 'Main Page (no parent)' ),
     1674                                                                'show_option_none'  => __( 'Main page (no parent)' ),
    16751675                                                                'option_none_value' => 0,
    16761676                                                                'sort_column'       => 'menu_order, post_title',
    16771677                                                        );
    16781678
    16791679                                                        if ( $bulk ) {
    1680                                                                 $dropdown_args['show_option_no_change'] = __( '&mdash; No Change &mdash;' );
     1680                                                                $dropdown_args['show_option_no_change'] = __( '&mdash; No change &mdash;' );
    16811681                                                        }
    16821682
    16831683                                                        /**
     
    17141714                                                <span class="title"><?php _e( 'Template' ); ?></span>
    17151715                                                <select name="page_template">
    17161716                                                        <?php if ( $bulk ) : ?>
    1717                                                         <option value="-1"><?php _e( '&mdash; No Change &mdash;' ); ?></option>
     1717                                                        <option value="-1"><?php _e( '&mdash; No change &mdash;' ); ?></option>
    17181718                                                        <?php endif; // $bulk ?>
    17191719                                                        <?php
    17201720                                                        /** This filter is documented in wp-admin/includes/meta-boxes.php */
     
    17561756                                                        <label class="alignleft">
    17571757                                                                <span class="title"><?php _e( 'Comments' ); ?></span>
    17581758                                                                <select name="comment_status">
    1759                                                                         <option value=""><?php _e( '&mdash; No Change &mdash;' ); ?></option>
     1759                                                                        <option value=""><?php _e( '&mdash; No change &mdash;' ); ?></option>
    17601760                                                                        <option value="open"><?php _e( 'Allow' ); ?></option>
    17611761                                                                        <option value="closed"><?php _e( 'Do not allow' ); ?></option>
    17621762                                                                </select>
     
    17691769                                                        <label class="alignright">
    17701770                                                                <span class="title"><?php _e( 'Pings' ); ?></span>
    17711771                                                                <select name="ping_status">
    1772                                                                         <option value=""><?php _e( '&mdash; No Change &mdash;' ); ?></option>
     1772                                                                        <option value=""><?php _e( '&mdash; No change &mdash;' ); ?></option>
    17731773                                                                        <option value="open"><?php _e( 'Allow' ); ?></option>
    17741774                                                                        <option value="closed"><?php _e( 'Do not allow' ); ?></option>
    17751775                                                                </select>
     
    17871787
    17881788                                                        <label class="alignleft">
    17891789                                                                <input type="checkbox" name="comment_status" value="open" />
    1790                                                                 <span class="checkbox-title"><?php _e( 'Allow Comments' ); ?></span>
     1790                                                                <span class="checkbox-title"><?php _e( 'Allow comments' ); ?></span>
    17911791                                                        </label>
    17921792
    17931793                                                <?php endif; ?>
     
    17961796
    17971797                                                        <label class="alignleft">
    17981798                                                                <input type="checkbox" name="ping_status" value="open" />
    1799                                                                 <span class="checkbox-title"><?php _e( 'Allow Pings' ); ?></span>
     1799                                                                <span class="checkbox-title"><?php _e( 'Allow pings' ); ?></span>
    18001800                                                        </label>
    18011801
    18021802                                                <?php endif; ?>
     
    18131813                                                        <span class="title"><?php _e( 'Status' ); ?></span>
    18141814                                                        <select name="_status">
    18151815                                                                <?php if ( $bulk ) : ?>
    1816                                                                         <option value="-1"><?php _e( '&mdash; No Change &mdash;' ); ?></option>
     1816                                                                        <option value="-1"><?php _e( '&mdash; No change &mdash;' ); ?></option>
    18171817                                                                <?php endif; // $bulk ?>
    18181818
    18191819                                                                <?php if ( $can_publish ) : // Contributors only get "Unpublished" and "Pending Review". ?>
     
    18241824                                                                        <?php endif; // $bulk ?>
    18251825                                                                <?php endif; ?>
    18261826
    1827                                                                 <option value="pending"><?php _e( 'Pending Review' ); ?></option>
     1827                                                                <option value="pending"><?php _e( 'Pending review' ); ?></option>
    18281828                                                                <option value="draft"><?php _e( 'Draft' ); ?></option>
    18291829                                                        </select>
    18301830                                                </label>
     
    18361836                                                                <label class="alignright">
    18371837                                                                        <span class="title"><?php _e( 'Sticky' ); ?></span>
    18381838                                                                        <select name="sticky">
    1839                                                                                 <option value="-1"><?php _e( '&mdash; No Change &mdash;' ); ?></option>
     1839                                                                                <option value="-1"><?php _e( '&mdash; No change &mdash;' ); ?></option>
    18401840                                                                                <option value="sticky"><?php _e( 'Sticky' ); ?></option>
    1841                                                                                 <option value="unsticky"><?php _e( 'Not Sticky' ); ?></option>
     1841                                                                                <option value="unsticky"><?php _e( 'Not sticky' ); ?></option>
    18421842                                                                        </select>
    18431843                                                                </label>
    18441844
     
    18611861                                        <label class="alignleft">
    18621862                                                <span class="title"><?php _ex( 'Format', 'post format' ); ?></span>
    18631863                                                <select name="post_format">
    1864                                                         <option value="-1"><?php _e( '&mdash; No Change &mdash;' ); ?></option>
     1864                                                        <option value="-1"><?php _e( '&mdash; No change &mdash;' ); ?></option>
    18651865                                                        <option value="0"><?php echo get_post_format_string( 'standard' ); ?></option>
    18661866                                                        <?php if ( is_array( $post_formats[0] ) ) : ?>
    18671867                                                                <?php foreach ( $post_formats[0] as $format ) : ?>
  • src/wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php

     
    5656                        'data-nonce="' . esc_attr( $nonce ) .
    5757                        '">';
    5858
    59                 $download_data_markup .= '<span class="export-personal-data-idle"><button type="button" class="button-link export-personal-data-handle">' . __( 'Download Personal Data' ) . '</button></span>' .
    60                         '<span class="export-personal-data-processing hidden">' . __( 'Downloading Data...' ) . ' <span class="export-progress"></span></span>' .
    61                         '<span class="export-personal-data-success hidden"><button type="button" class="button-link export-personal-data-handle">' . __( 'Download Personal Data Again' ) . '</button></span>' .
     59                $download_data_markup .= '<span class="export-personal-data-idle"><button type="button" class="button-link export-personal-data-handle">' . __( 'Download personal data' ) . '</button></span>' .
     60                        '<span class="export-personal-data-processing hidden">' . __( 'Downloading data...' ) . ' <span class="export-progress"></span></span>' .
     61                        '<span class="export-personal-data-success hidden"><button type="button" class="button-link export-personal-data-handle">' . __( 'Download personal data again' ) . '</button></span>' .
    6262                        '<span class="export-personal-data-failed hidden">' . __( 'Download failed.' ) . ' <button type="button" class="button-link">' . __( 'Retry' ) . '</button></span>';
    6363
    6464                $download_data_markup .= '</div>';
     
    9999                                        '">';
    100100
    101101                                ?>
    102                                 <span class="export-personal-data-idle"><button type="button" class="button-link export-personal-data-handle"><?php _e( 'Send Export Link' ); ?></button></span>
    103                                 <span class="export-personal-data-processing hidden"><?php _e( 'Sending Email...' ); ?> <span class="export-progress"></span></span>
     102                                <span class="export-personal-data-idle"><button type="button" class="button-link export-personal-data-handle"><?php _e( 'Send export link' ); ?></button></span>
     103                                <span class="export-personal-data-processing hidden"><?php _e( 'Sending email...' ); ?> <span class="export-progress"></span></span>
    104104                                <span class="export-personal-data-success success-message hidden"><?php _e( 'Email sent.' ); ?></span>
    105105                                <span class="export-personal-data-failed hidden"><?php _e( 'Email could not be sent.' ); ?> <button type="button" class="button-link export-personal-data-handle"><?php _e( 'Retry' ); ?></button></span>
    106106                                <?php
  • src/wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php

     
    6161                                'data-nonce="' . esc_attr( $nonce ) .
    6262                                '">';
    6363
    64                         $remove_data_markup .= '<span class="remove-personal-data-idle"><button type="button" class="button-link remove-personal-data-handle">' . __( 'Force Erase Personal Data' ) . '</button></span>' .
    65                                 '<span class="remove-personal-data-processing hidden">' . __( 'Erasing Data...' ) . ' <span class="erasure-progress"></span></span>' .
     64                        $remove_data_markup .= '<span class="remove-personal-data-idle"><button type="button" class="button-link remove-personal-data-handle">' . __( 'Force erase personal data' ) . '</button></span>' .
     65                                '<span class="remove-personal-data-processing hidden">' . __( 'Erasing data...' ) . ' <span class="erasure-progress"></span></span>' .
    6666                                '<span class="remove-personal-data-success hidden">' . __( 'Erasure completed.' ) . '</span>' .
    67                                 '<span class="remove-personal-data-failed hidden">' . __( 'Force Erasure has failed.' ) . ' <button type="button" class="button-link remove-personal-data-handle">' . __( 'Retry' ) . '</button></span>';
     67                                '<span class="remove-personal-data-failed hidden">' . __( 'Force erasure has failed.' ) . ' <button type="button" class="button-link remove-personal-data-handle">' . __( 'Retry' ) . '</button></span>';
    6868
    6969                        $remove_data_markup .= '</div>';
    7070
     
    105105                                        '">';
    106106
    107107                                ?>
    108                                 <span class="remove-personal-data-idle"><button type="button" class="button-link remove-personal-data-handle"><?php _e( 'Erase Personal Data' ); ?></button></span>
    109                                 <span class="remove-personal-data-processing hidden"><?php _e( 'Erasing Data...' ); ?> <span class="erasure-progress"></span></span>
     108                                <span class="remove-personal-data-idle"><button type="button" class="button-link remove-personal-data-handle"><?php _e( 'Erase personal data' ); ?></button></span>
     109                                <span class="remove-personal-data-processing hidden"><?php _e( 'Erasing data...' ); ?> <span class="erasure-progress"></span></span>
    110110                                <span class="remove-personal-data-success success-message hidden" ><?php _e( 'Erasure completed.' ); ?></span>
    111                                 <span class="remove-personal-data-failed hidden"><?php _e( 'Data Erasure has failed.' ); ?> <button type="button" class="button-link remove-personal-data-handle"><?php _e( 'Retry' ); ?></button></span>
     111                                <span class="remove-personal-data-failed hidden"><?php _e( 'Data erasure has failed.' ); ?> <button type="button" class="button-link remove-personal-data-handle"><?php _e( 'Retry' ); ?></button></span>
    112112                                <?php
    113113
    114114                                echo '</div>';
  • src/wp-admin/includes/class-wp-terms-list-table.php

     
    416416                                '<a class="row-title" href="%s" aria-label="%s">%s</a>',
    417417                                esc_url( $edit_link ),
    418418                                /* translators: %s: Taxonomy term name. */
    419                                 esc_attr( sprintf( __( '&#8220;%s&#8221; (Edit)' ), $tag->name ) ),
     419                                esc_attr( sprintf( __( '&#8220;%s&#8221; (edit)' ), $tag->name ) ),
    420420                                $name
    421421                        );
    422422                }
     
    486486                                '<button type="button" class="button-link editinline" aria-label="%s" aria-expanded="false">%s</button>',
    487487                                /* translators: %s: Taxonomy term name. */
    488488                                esc_attr( sprintf( __( 'Quick edit &#8220;%s&#8221; inline' ), $tag->name ) ),
    489                                 __( 'Quick&nbsp;Edit' )
     489                                __( 'Quick&nbsp;edit' )
    490490                        );
    491491                }
    492492                if ( current_user_can( 'delete_term', $tag->term_id ) ) {
     
    645645                        <td colspan="<?php echo $this->get_column_count(); ?>" class="colspanchange">
    646646
    647647                        <fieldset>
    648                                 <legend class="inline-edit-legend"><?php _e( 'Quick Edit' ); ?></legend>
     648                                <legend class="inline-edit-legend"><?php _e( 'Quick edit' ); ?></legend>
    649649                                <div class="inline-edit-col">
    650650                                <label>
    651651                                        <span class="title"><?php _ex( 'Name', 'term name' ); ?></span>
  • src/wp-admin/includes/class-wp-theme-install-list-table.php

     
    5858                $tabs              = array();
    5959                $tabs['dashboard'] = __( 'Search' );
    6060                if ( 'search' === $tab ) {
    61                         $tabs['search'] = __( 'Search Results' );
     61                        $tabs['search'] = __( 'Search results' );
    6262                }
    6363                $tabs['upload']   = __( 'Upload' );
    6464                $tabs['featured'] = _x( 'Featured', 'themes' );
    6565                //$tabs['popular']  = _x( 'Popular', 'themes' );
    6666                $tabs['new']     = _x( 'Latest', 'themes' );
    67                 $tabs['updated'] = _x( 'Recently Updated', 'themes' );
     67                $tabs['updated'] = _x( 'Recently updated', 'themes' );
    6868
    6969                $nonmenu_tabs = array( 'theme-information' ); // Valid actions to perform which do not have a Menu item.
    7070
     
    148148                $api = themes_api( 'query_themes', $args );
    149149
    150150                if ( is_wp_error( $api ) ) {
    151                         wp_die( $api->get_error_message() . '</p> <p><a href="#" onclick="document.location.reload(); return false;">' . __( 'Try Again' ) . '</a>' );
     151                        wp_die( $api->get_error_message() . '</p> <p><a href="#" onclick="document.location.reload(); return false;">' . __( 'Try again' ) . '</a>' );
    152152                }
    153153
    154154                $this->items = $api->themes;
     
    324324                                        esc_url( wp_nonce_url( $install_url, 'install-theme_' . $theme->slug ) ),
    325325                                        /* translators: %s: Theme name. */
    326326                                        esc_attr( sprintf( _x( 'Install %s', 'theme' ), $name ) ),
    327                                         __( 'Install Now' )
     327                                        __( 'Install now' )
    328328                                );
    329329                                break;
    330330                }
     
    389389                                        <div class="install-theme-info"></div>
    390390                                </div>
    391391                                <div class="wp-full-overlay-footer">
    392                                         <button type="button" class="collapse-sidebar button" aria-expanded="true" aria-label="<?php esc_attr_e( 'Collapse Sidebar' ); ?>">
     392                                        <button type="button" class="collapse-sidebar button" aria-expanded="true" aria-label="<?php esc_attr_e( 'Collapse sidebar' ); ?>">
    393393                                                <span class="collapse-sidebar-arrow"></span>
    394394                                                <span class="collapse-sidebar-label"><?php _e( 'Collapse' ); ?></span>
    395395                                        </button>
  • src/wp-admin/includes/class-wp-themes-list-table.php

     
    220220                                $actions['preview'] .= sprintf(
    221221                                        '<a href="%s" class="load-customize hide-if-no-customize">%s</a>',
    222222                                        wp_customize_url( $stylesheet ),
    223                                         __( 'Live Preview' )
     223                                        __( 'Live preview' )
    224224                                );
    225225                        }
    226226