Make WordPress Core


Ignore:
Timestamp:
03/18/2010 05:46:25 PM (15 years ago)
Author:
nacin
Message:

Change "Blog" to "Site" in the Settings panels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-discussion.php

    r13672 r13750  
    1010require_once('admin.php');
    1111
    12 if ( ! current_user_can('manage_options') )
    13     wp_die(__('You do not have sufficient permissions to manage options for this blog.'));
     12if ( ! current_user_can( 'manage_options' ) )
     13    wp_die( __( 'You do not have sufficient permissions to manage options for this site.' ) );
    1414
    1515$title = __('Discussion Settings');
     
    152152<h3><?php _e('Avatars') ?></h3>
    153153
    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>
    155155
    156156<?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.