Make WordPress Core


Ignore:
Timestamp:
01/18/2010 08:34:48 PM (15 years ago)
Author:
ryan
Message:

Coding standards, space after if

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/post.php

    r12733 r12752  
    536536function write_post() {
    537537    $result = wp_write_post();
    538     if( is_wp_error( $result ) )
     538    if ( is_wp_error( $result ) )
    539539        wp_die( $result->get_error_message() );
    540540    else
Note: See TracChangeset for help on using the changeset viewer.