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/deprecated.php

    r30681 r30695  
    25022502
    25032503/**
    2504  * Fixes javascript bugs in browsers.
     2504 * Fixes JavaScript bugs in browsers.
    25052505 *
    25062506 * Converts unicode characters to HTML numbered entities.
     
    25162516function funky_javascript_fix($text) {
    25172517    _deprecated_function( __FUNCTION__, '3.0' );
    2518     // Fixes for browsers' javascript bugs
     2518    // Fixes for browsers' JavaScript bugs.
    25192519    global $is_macIE, $is_winIE;
    25202520
Note: See TracChangeset for help on using the changeset viewer.