Changeset 16066 for trunk/wp-includes/post-template.php
- Timestamp:
- 10/29/2010 12:31:27 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r16061 r16066 1026 1026 $output = '<form action="' . get_option('siteurl') . '/wp-pass.php" method="post"> 1027 1027 <p>' . __("This post is password protected. To view it please enter your password below:") . '</p> 1028 <p> 1029 <label for="' . $label . '">' . __("Password:") . ' 1030 <input name="post_password" id="' . $label . '" type="password" size="20" /> 1031 </label>' . get_submit_button( __( 'Submit' ), '', 'Submit', false ) . ' 1032 </p> 1028 <p><label for="' . $label . '">' . __("Password:") . ' <input name="post_password" id="' . $label . '" type="password" size="20" /></label> <input type="submit" name="Submit" value="' . esc_attr__("Submit") . '" /></p> 1033 1029 </form> 1034 1030 '; … … 1213 1209 <div class="tablenav"> 1214 1210 <div class="alignleft"> 1215 < ?php submit_button( __( 'Compare Revisions' ), 'secondary', '', false ); ?>1211 <input type="submit" class="button-secondary" value="<?php esc_attr_e( 'Compare Revisions' ); ?>" /> 1216 1212 <input type="hidden" name="action" value="diff" /> 1217 1213 <input type="hidden" name="post_type" value="<?php echo esc_attr($post->post_type); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.