Changeset 45932 for trunk/src/wp-admin/includes/deprecated.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/deprecated.php
r45926 r45932 601 601 if ( $this->paging_text ) { 602 602 $this->paging_text = sprintf( 603 /* translators: 1: starting number of users on the current page, 2: ending number of users, 3: total number of users*/603 /* translators: 1: Starting number of users on the current page, 2: Ending number of users, 3: Total number of users. */ 604 604 '<span class="displaying-num">' . __( 'Displaying %1$s–%2$s of %3$s' ) . '</span>%s', 605 605 number_format_i18n( ( $this->page - 1 ) * $this->users_per_page + 1 ), … … 1380 1380 echo '<li class="dashboard-news-plugin"><span>' . __( 'Popular Plugin' ) . ':</span> ' . esc_html( $raw_title ) . 1381 1381 ' <a href="' . $ilink . '" class="thickbox open-plugin-details-modal" aria-label="' . 1382 /* translators: %s: plugin name*/1382 /* translators: %s: Plugin name. */ 1383 1383 esc_attr( sprintf( __( 'Install %s' ), $raw_title ) ) . '">(' . __( 'Install' ) . ')</a></li>'; 1384 1384
Note: See TracChangeset
for help on using the changeset viewer.