Make WordPress Core


Ignore:
Timestamp:
12/10/2015 07:23:30 PM (11 years ago)
Author:
afercia
Message:

Updates screen: make the new strings introduced in [35854] translatable.

Props walbo.
Fixes #34763.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/update-core.php

    r35854 r35855  
    645645        echo '<div class="wrap">';
    646646        echo '<h1>' . __( 'Update Plugins' ) . '</h1>';
    647         echo '<iframe src="', $url, '" style="width: 100%; height: 100%; min-height: 750px;" frameborder="0" title="' . esc_attr( 'Update progress' ) . '"></iframe>';
     647        echo '<iframe src="', $url, '" style="width: 100%; height: 100%; min-height: 750px;" frameborder="0" title="' . esc_attr__( 'Update progress' ) . '"></iframe>';
    648648        echo '</div>';
    649649        include(ABSPATH . 'wp-admin/admin-footer.php');
Note: See TracChangeset for help on using the changeset viewer.