Changeset 48578 for trunk/src/wp-includes/post.php
- Timestamp:
- 07/23/2020 01:10:40 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r48497 r48578 983 983 function _wp_privacy_statuses() { 984 984 return array( 985 'request-pending' => _ _( 'Pending' ), // Pending confirmation from user.986 'request-confirmed' => _ _( 'Confirmed' ), // User has confirmed the action.987 'request-failed' => _ _( 'Failed' ), // User failed to confirm the action.988 'request-completed' => _ _( 'Completed' ), // Admin has handled the request.985 'request-pending' => _x( 'Pending', 'request status' ), // Pending confirmation from user. 986 'request-confirmed' => _x( 'Confirmed', 'request status' ), // User has confirmed the action. 987 'request-failed' => _x( 'Failed', 'request status' ), // User failed to confirm the action. 988 'request-completed' => _x( 'Completed', 'request status' ), // Admin has handled the request. 989 989 ); 990 990 }
Note: See TracChangeset
for help on using the changeset viewer.