Changeset 1792 for sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins/roles/class-translation-editors-list-table.php
- Timestamp:
- 07/27/2015 08:40:14 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins/roles/class-translation-editors-list-table.php
r1786 r1792 237 237 if ( $parent->id != $project_id ) { 238 238 $name = sprintf( 239 '%s → %s', 239 /* translators: 1: Parent project name, 2: Child project name */ 240 __( '%1$s → %2$s', 'rosetta' ), 240 241 esc_html( $parent->name ), 241 242 esc_html( $this->projects[ $project_id ]->name )
Note: See TracChangeset
for help on using the changeset viewer.