mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
Move WP_Screen
to its own file.
See #33413. Built from https://develop.svn.wordpress.org/trunk@34169 git-svn-id: http://core.svn.wordpress.org/trunk@34137 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fde014e85e
commit
ee42803e21
@ -49,6 +49,7 @@ require_once(ABSPATH . 'wp-admin/includes/plugin.php');
|
||||
require_once(ABSPATH . 'wp-admin/includes/post.php');
|
||||
|
||||
/** WordPress Administration Screen API */
|
||||
require_once(ABSPATH . 'wp-admin/includes/class-wp-screen.php');
|
||||
require_once(ABSPATH . 'wp-admin/includes/screen.php');
|
||||
|
||||
/** WordPress Taxonomy Administration API */
|
||||
|
1065
wp-admin/includes/class-wp-screen.php
Normal file
1065
wp-admin/includes/class-wp-screen.php
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-34168';
|
||||
$wp_version = '4.4-alpha-34169';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user