Changeset 5386
- Timestamp:
- 04/20/2017 10:28:16 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/template-parts/content-page.php
r5382 r5386 26 26 27 27 wp_link_pages( array( 28 'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'wporg- plugins' ),28 'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'wporg-forums' ), 29 29 'after' => '</div>', 30 30 ) ); … … 39 39 sprintf( 40 40 /* translators: %s: Name of current post */ 41 esc_html__( 'Edit %s', 'wporg- plugins' ),41 esc_html__( 'Edit %s', 'wporg-forums' ), 42 42 the_title( '<span class="screen-reader-text">"', '"</span>', false ) 43 43 ),
Note: See TracChangeset
for help on using the changeset viewer.