Changeset 5037 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-customizations.php
- Timestamp:
- 03/01/2017 11:48:02 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-customizations.php
r5001 r5037 448 448 $user = wp_get_current_user(); 449 449 if ( ! $user->exists() ) { 450 wp_die( __( 'Sorry, you must be logged in to reply to a comment.' ) );450 wp_die( __( 'Sorry, you must be logged in to reply to a comment.', 'wporg-plugins' ) ); 451 451 } 452 452 … … 470 470 471 471 if ( '' == $comment_content ) { 472 wp_die( __( 'ERROR: please type a comment.' ) );472 wp_die( __( 'ERROR: please type a comment.', 'wporg-plugins' ) ); 473 473 } 474 474
Note: See TracChangeset
for help on using the changeset viewer.