Changeset 7350 for trunk/wp-admin/edit-page-form.php
- Timestamp:
- 03/17/2008 08:42:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-page-form.php
r7342 r7350 206 206 <?php _e('Allow Comments') ?></label></p> 207 207 <p><label for="ping_status" class="selectit"><input name="ping_status" type="checkbox" id="ping_status" value="open" <?php checked($post->ping_status, 'open'); ?> /> <?php _e('Allow Pings') ?></label></p> 208 <p><?php _e('These settings apply to this p ostonly. “Pings” are <a href="http://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments" target="_blank">trackbacks and pingbacks</a>.'); ?></p>208 <p><?php _e('These settings apply to this page only. “Pings” are <a href="http://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments" target="_blank">trackbacks and pingbacks</a>.'); ?></p> 209 209 </div> 210 210 </div> … … 214 214 <div class="inside"> 215 215 <p><input name="post_password" type="text" size="25" id="post_password" value="<?php echo attribute_escape( $post->post_password ); ?>" /></p> 216 <p><?php _e('Setting a password will require people who visit your blog to enter the above password to view this p ostand its comments.'); ?></p>216 <p><?php _e('Setting a password will require people who visit your blog to enter the above password to view this page and its comments.'); ?></p> 217 217 </div> 218 218 </div>
Note: See TracChangeset
for help on using the changeset viewer.