Changeset 2113
- Timestamp:
- 11/22/2015 10:23:14 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/translate.wordpress.org/public_html/gp-templates-new/locale-projects.php
r2072 r2113 79 79 <?php 80 80 $sorts = array(); 81 if ( GP::$user->current()->id&& in_array( $project->slug, array( 'waiting', 'wp-themes', 'wp-plugins' ) ) ) {81 if ( is_user_logged_in() && in_array( $project->slug, array( 'waiting', 'wp-themes', 'wp-plugins' ) ) ) { 82 82 $sorts['special'] = 'Untranslated Favorites, Remaining Strings (Most first)'; 83 83 $sorts['favorites'] = 'My Favorites';
Note: See TracChangeset
for help on using the changeset viewer.