Make WordPress Core

Ticket #39690: 39690.diff

File 39690.diff, 532 bytes (added by carl-alberto, 9 years ago)

Added the missing file doc comment.

  • src/wp-admin/includes/noop.php

    diff --git src/wp-admin/includes/noop.php src/wp-admin/includes/noop.php
    index 43264c2..c7d35ca 100644
     
    11<?php
     2/**
     3 * This file loads all of the noop functions from wp-admin/load-script.php and wp-admin/load-styles.php.
     4 *
     5 * @package WordPress
     6 * @subpackage Administration
     7 * @since 4.4.0
     8 */
    29
    310/**
    411 * @ignore
    function get_file( $path ) { 
    103110        }
    104111
    105112        return @file_get_contents( $path );
    106 }
    107  No newline at end of file
     113}