Make WordPress Core

Changeset 43662


Ignore:
Timestamp:
10/01/2018 08:59:26 PM (6 years ago)
Author:
pento
Message:

Docs: Add a file header comment to version.php.

Props sephsekla, bruceallen.
Fixes #43765.

File:
1 edited

Legend:

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

    r43447 r43662  
    11<?php
     2/**
     3 * WordPress Version
     4 *
     5 * Contains version information for the current WordPress release.
     6 *
     7 * @package WordPress
     8 * @since 1.1.0
     9 */
     10
    211/**
    312 * The WordPress version string
Note: See TracChangeset for help on using the changeset viewer.