Make WordPress Core


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

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

File:
1 edited

Legend:

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

    r13416 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 = __('Writing Settings');
     
    126126<?php else : ?>
    127127
    128     <p><?php printf(__('WordPress is not notifying any <a href="http://codex.wordpress.org/Update_Services">Update Services</a> because of your blog&#8217;s <a href="%s">privacy settings</a>.'), 'options-privacy.php'); ?></p>
     128    <p><?php printf(__('WordPress is not notifying any <a href="http://codex.wordpress.org/Update_Services">Update Services</a> because of your site&#8217;s <a href="%s">privacy settings</a>.'), 'options-privacy.php'); ?></p>
    129129
    130130<?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.