Make WordPress Core


Ignore:
Timestamp:
07/01/2019 08:00:12 AM (4 years ago)
Author:
pento
Message:

Coding Standards: Fix/ignore the WordPress.NamingConventions.ValidFunctionName violations.

See #47632

File:
1 edited

Legend:

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

    r45448 r45580  
    832832 * @param string $filename
    833833 */
    834 function saveDomDocument( $doc, $filename ) {
     834function saveDomDocument( $doc, $filename ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
    835835    $config = $doc->saveXML();
    836836    $config = preg_replace( "/([^\r])\n/", "$1\r\n", $config );
Note: See TracChangeset for help on using the changeset viewer.