Ticket #47235: 47235.patch
File 47235.patch, 979 bytes (added by , 6 years ago) |
---|
-
wp-admin/includes/plugin.php
2318 2318 __( 'One or more plugins failed to load properly.' ), 2319 2319 __( 'You can find more details and make changes on the Plugins screen.' ), 2320 2320 esc_url( admin_url( 'plugins.php?plugin_status=paused' ) ), 2321 __( ' Go to the Plugins screen' )2321 __( 'Return to Plugins page' ) 2322 2322 ); 2323 2323 } -
wp-admin/includes/theme.php
907 907 __( 'One or more themes failed to load properly.' ), 908 908 __( 'You can find more details and make changes on the Themes screen.' ), 909 909 esc_url( admin_url( 'themes.php' ) ), 910 __( ' Go to the Themes screen' )910 __( 'Return to Themes page' ) 911 911 ); 912 912 }