Make WordPress Core


Ignore:
Timestamp:
12/02/2014 12:30:59 AM (10 years ago)
Author:
DrewAPicture
Message:

Correctly capitalize JavaScript throughout core docs.

Fixes #30569.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-widgets.php

    r30676 r30695  
    10421042    public function export_preview_data() {
    10431043
    1044         // Prepare Customizer settings to pass to Javascript.
     1044        // Prepare Customizer settings to pass to JavaScript.
    10451045        $settings = array(
    10461046            'renderedSidebars'   => array_fill_keys( array_unique( $this->rendered_sidebars ), true ),
Note: See TracChangeset for help on using the changeset viewer.