~tigefa/tigefa/wordpress

« back to all changes in this revision

Viewing changes to wp-includes/version.php

  • Committer: SergeyBiryukov
  • Date: 2021-04-21 18:53:00 UTC
  • Revision ID: svn-v4:1a063a9b-81f0-0310-95a4-ce76da25c4cd:trunk:50389
Coding Standards: Use strict comparison in `wp-admin/includes/class-wp-terms-list-table.php`.

Includes minor code layout fixes for better readability.

See #52627.
Built from https://develop.svn.wordpress.org/trunk@50780

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 *
14
14
 * @global string $wp_version
15
15
 */
16
 
$wp_version = '5.8-alpha-50779';
 
16
$wp_version = '5.8-alpha-50780';
17
17
 
18
18
/**
19
19
 * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.