~ubuntu-branches/debian/jessie/wordpress/jessie

« back to all changes in this revision

Viewing changes to wp-admin/comment.php

  • Committer: Package Import Robot
  • Author(s): Craig Small
  • Date: 2014-04-17 20:56:19 UTC
  • mfrom: (1.2.35)
  • Revision ID: package-import@ubuntu.com-20140417205619-nurbet6eho4yvwfv
Tags: 3.9+dfsg-1
* New upstream release
* 3.9 seems to handle different locations for plugins so the
  plugin directory handling patches have been cut back.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
        get_current_screen()->set_help_sidebar(
57
57
        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
58
58
        '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Screens#Comments" target="_blank">Documentation on Comments</a>' ) . '</p>' .
59
 
        '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
 
59
        '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
60
60
        );
61
61
 
62
62
        wp_enqueue_script('comment');
174
174
</tr>
175
175
<?php } ?>
176
176
<tr>
177
 
<th scope="row" valign="top"><?php /* translators: field name in comment form */ _ex('Comment', 'noun'); ?></th>
 
177
<th scope="row"><?php /* translators: field name in comment form */ _ex('Comment', 'noun'); ?></th>
178
178
<td><?php echo $comment->comment_content; ?></td>
179
179
</tr>
180
180
</table>