Changeset 48520 for trunk/src/wp-admin/includes/deprecated.php
- Timestamp:
- 07/20/2020 11:12:33 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/deprecated.php
r48121 r48520 1380 1380 ' <a href="' . $ilink . '" class="thickbox open-plugin-details-modal" aria-label="' . 1381 1381 /* translators: %s: Plugin name. */ 1382 esc_attr( sprintf( _ _( 'Install %s' ), $raw_title ) ) . '">(' . __( 'Install' ) . ')</a></li>';1382 esc_attr( sprintf( _x( 'Install %s', 'plugin' ), $raw_title ) ) . '">(' . __( 'Install' ) . ')</a></li>'; 1383 1383 1384 1384 $feed->__destruct();
Note: See TracChangeset
for help on using the changeset viewer.