Changeset 33007 for trunk/src/wp-includes/locale.php
- Timestamp:
- 06/30/2015 08:20:40 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/locale.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/locale.php
r32961 r33007 196 196 */ 197 197 public function rtl_src_admin_notice() { 198 echo '<div class="error"><p>' . 'The <code>build</code> directory of the develop repository must be used for RTL.' . '</p></div>'; 198 /* translators: %s: Name of the directory (build) */ 199 echo '<div class="error"><p>' . sprintf( __( 'The %s directory of the develop repository must be used for RTL.' ), '<code>build</code>' ) . '</p></div>'; 199 200 } 200 201
Note: See TracChangeset
for help on using the changeset viewer.