Changeset 45647 for trunk/src/wp-admin/includes/class-wp-site-health.php
- Timestamp:
- 07/16/2019 10:13:01 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health.php
r45346 r45647 278 278 public function get_test_plugin_version() { 279 279 $result = array( 280 'label' => __( 'Your plugins are up to date' ),280 'label' => __( 'Your plugins are all up to date' ), 281 281 'status' => 'good', 282 282 'badge' => array( … … 410 410 public function get_test_theme_version() { 411 411 $result = array( 412 'label' => __( 'Your themes are up to date' ),412 'label' => __( 'Your themes are all up to date' ), 413 413 'status' => 'good', 414 414 'badge' => array(
Note: See TracChangeset
for help on using the changeset viewer.