Changeset 13750 for trunk/wp-admin/options-discussion.php
- Timestamp:
- 03/18/2010 05:46:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-discussion.php
r13672 r13750 10 10 require_once('admin.php'); 11 11 12 if ( ! current_user_can( 'manage_options') )13 wp_die( __('You do not have sufficient permissions to manage options for this blog.'));12 if ( ! current_user_can( 'manage_options' ) ) 13 wp_die( __( 'You do not have sufficient permissions to manage options for this site.' ) ); 14 14 15 15 $title = __('Discussion Settings'); … … 152 152 <h3><?php _e('Avatars') ?></h3> 153 153 154 <p><?php _e('An avatar is an image that follows you from weblog to weblog appearing beside your name when you comment on avatar enabled sites. Here you can enable the display of avatars for people who comment on your blog.'); ?></p>154 <p><?php _e('An avatar is an image that follows you from weblog to weblog appearing beside your name when you comment on avatar enabled sites. Here you can enable the display of avatars for people who comment on your site.'); ?></p> 155 155 156 156 <?php // the above would be a good place to link to codex documentation on the gravatar functions, for putting it in themes. anything like that? ?>
Note: See TracChangeset
for help on using the changeset viewer.