diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 8bda1e58cd..7bf4ad4bda 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -109,16 +109,21 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
WordPress REST API'; + $url_args = array( + 'tab' => 'plugin-information', + 'plugin' => 'rest-api', + 'TB_iframe' => true, + 'width' => 600, + 'height' => 550 + ); + + $plugin_link = 'WordPress REST API'; } else { $plugin_link = 'WordPress REST API'; } /* translators: WordPress REST API plugin link */ - printf( ( 'Infrastructure is the first part of a multi-stage rollout for the REST API, which also targets inclusion of core endpoints in an upcoming release. To get a sneak peek of the core endpoints, and for more on extending the REST API, check out the official %s plugin.' ), - $plugin_link - ); + printf( ( 'Infrastructure is the first part of a multi-stage rollout for the REST API, which also targets inclusion of core endpoints in an upcoming release. To get a sneak peek of the core endpoints, and for more on extending the REST API, check out the official %s plugin.' ), $plugin_link ); ?>
@@ -129,7 +134,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );add_term_meta()
',
'get_term_meta()
',
'update_term_meta()
'
@@ -140,7 +145,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
WP_Comment_Query' );
+ printf( ( 'Comment queries now have cache handling to improve performance. New arguments in %s make crafting robust comment queries simpler.' ), 'WP_Comment_Query
' );
?>