Make WordPress Core

Ticket #47235: 47235.patch

File 47235.patch, 979 bytes (added by ramiy, 6 years ago)
  • wp-admin/includes/plugin.php

     
    23182318                __( 'One or more plugins failed to load properly.' ),
    23192319                __( 'You can find more details and make changes on the Plugins screen.' ),
    23202320                esc_url( admin_url( 'plugins.php?plugin_status=paused' ) ),
    2321                 __( 'Go to the Plugins screen' )
     2321                __( 'Return to Plugins page' )
    23222322        );
    23232323}
  • wp-admin/includes/theme.php

     
    907907                __( 'One or more themes failed to load properly.' ),
    908908                __( 'You can find more details and make changes on the Themes screen.' ),
    909909                esc_url( admin_url( 'themes.php' ) ),
    910                 __( 'Go to the Themes screen' )
     910                __( 'Return to Themes page' )
    911911        );
    912912}