Make WordPress Core

Ticket #36548: 36548.diff

File 36548.diff, 568 bytes (added by bobbingwide, 10 years ago)

Correct 2 typos of interal to internal in wp-includes\cache.php

  • src/wp-includes/cache.php

     
    200200}
    201201
    202202/**
    203  * Switches the interal blog ID.
     203 * Switches the internal blog ID.
    204204 *
    205205 * This changes the blog id used to create keys in blog specific groups.
    206206 *
     
    697697        }
    698698
    699699        /**
    700          * Switches the interal blog ID.
     700         * Switches the internal blog ID.
    701701         *
    702702         * This changes the blog ID used to create keys in blog specific groups.
    703703         *