Make WordPress Core

Changeset 8234


Ignore:
Timestamp:
07/02/2008 01:58:38 AM (16 years ago)
Author:
markjaquith
Message:

Pass AtomPub disabled messaged through translation. props josephscott. see #7157

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-app.php

    r8202 r8234  
    198198        // check to see if AtomPub is enabled
    199199        if( !get_option( 'enable_app' ) )
    200             $this->not_allowed( 'AtomPub services are disabled on this blog.  An admin user can enable them at ' . admin_url('options-writing.php') );
     200            $this->not_allowed( sprintf( __( 'AtomPub services are disabled on this blog.  An admin user can enable them at %s' ), admin_url('options-writing.php') ) );
    201201
    202202        // dispatch
Note: See TracChangeset for help on using the changeset viewer.