Changeset 44976 for trunk/src/wp-includes/capabilities.php
- Timestamp:
- 03/21/2019 10:23:00 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/capabilities.php
r44973 r44976 979 979 return $allcaps; 980 980 } 981 982 return; 983 984 // Dummy gettext calls to get strings in the catalog. 985 /* translators: user role for administrators */ 986 _x( 'Administrator', 'User role' ); 987 /* translators: user role for editors */ 988 _x( 'Editor', 'User role' ); 989 /* translators: user role for authors */ 990 _x( 'Author', 'User role' ); 991 /* translators: user role for contributors */ 992 _x( 'Contributor', 'User role' ); 993 /* translators: user role for subscriber */ 994 _x( 'Subscriber', 'User role' );
Note: See TracChangeset
for help on using the changeset viewer.