Make WordPress Core


Ignore:
Timestamp:
07/17/2014 09:13:53 AM (11 years ago)
Author:
DrewAPicture
Message:

Fix syntax for single- and multi-line comments in wp-admin-directory files.

See #28931.

File:
1 edited

Legend:

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

    r29007 r29206  
    217217    if ( is_serialized( $option->option_value ) ) {
    218218        if ( is_serialized_string( $option->option_value ) ) {
    219             // this is a serialized string, so we should display it
     219            // This is a serialized string, so we should display it.
    220220            $value = maybe_unserialize( $option->option_value );
    221221            $options_to_update[] = $option->option_name;
Note: See TracChangeset for help on using the changeset viewer.