Changes from branches/4.3/src/wp-admin/about.php at r34181 to trunk/src/wp-admin/about.php at r33632
- File:
-
- 1 edited
-
trunk/src/wp-admin/about.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r34181 r33632 87 87 'heading' => __( 'Template Hierarchy' ), 88 88 /* Translators: 1: singular.php; 2: single.php; 3:page.php */ 89 'description' => sprintf( __( 'Added %1$s as a fallback for %2$s and %3$s' ), '<code>singular.php</code>', '<code>single.php</code>', '<code>page.php</code> ' ),89 'description' => sprintf( __( 'Added %1$s as a fallback for %2$s and %3$s' ), '<code>singular.php</code>', '<code>single.php</code>', '<code>page.php</code>.' ), 90 90 ), 91 91 array( … … 107 107 <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a> 108 108 </h2> 109 110 <div class="changelog point-releases">111 <h3><?php echo _n( 'Maintenance and Security Release', 'Maintenance and Security Releases', 1 ); ?></h3>112 <p><?php printf( _n( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',113 '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.', 26 ), '4.3.1', number_format_i18n( 26 ) ); ?>114 <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http://codex.wordpress.org/Version_4.3.1' ); ?>115 </p>116 </div>117 109 118 110 <div class="headline-feature feature-video">
Note: See TracChangeset
for help on using the changeset viewer.