summaryrefslogtreecommitdiffstats
path: root/wp-admin/includes/class-wp-ms-sites-list-table.php
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 07:57:30 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 07:57:30 +0000
commitfa9a33d818470a5796f0ff8797f98b510ed8de18 (patch)
treebde6a1eede376f9b5df5898ce812330152984d8e /wp-admin/includes/class-wp-ms-sites-list-table.php
parentReleasing progress-linux version 6.4.3+dfsg1-1~progress7.99u1. (diff)
downloadwordpress-fa9a33d818470a5796f0ff8797f98b510ed8de18.tar.xz
wordpress-fa9a33d818470a5796f0ff8797f98b510ed8de18.zip
Merging upstream version 6.5+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'wp-admin/includes/class-wp-ms-sites-list-table.php')
-rw-r--r--wp-admin/includes/class-wp-ms-sites-list-table.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/wp-admin/includes/class-wp-ms-sites-list-table.php b/wp-admin/includes/class-wp-ms-sites-list-table.php
index ffa2231..c28a454 100644
--- a/wp-admin/includes/class-wp-ms-sites-list-table.php
+++ b/wp-admin/includes/class-wp-ms-sites-list-table.php
@@ -302,7 +302,7 @@ class WP_MS_Sites_List_Table extends WP_List_Table {
/**
* @global string $mode List table view mode.
*
- * @param string $which The location of the pagination nav markup: 'top' or 'bottom'.
+ * @param string $which The location of the pagination nav markup: Either 'top' or 'bottom'.
*/
protected function pagination( $which ) {
global $mode;
@@ -319,7 +319,7 @@ class WP_MS_Sites_List_Table extends WP_List_Table {
*
* @since 5.3.0
*
- * @param string $which The location of the extra table nav markup: 'top' or 'bottom'.
+ * @param string $which The location of the extra table nav markup: Either 'top' or 'bottom'.
*/
protected function extra_tablenav( $which ) {
?>
@@ -333,7 +333,7 @@ class WP_MS_Sites_List_Table extends WP_List_Table {
*
* @since 5.3.0
*
- * @param string $which The location of the extra table nav markup: 'top' or 'bottom'.
+ * @param string $which The location of the extra table nav markup: Either 'top' or 'bottom'.
*/
do_action( 'restrict_manage_sites', $which );
@@ -353,7 +353,7 @@ class WP_MS_Sites_List_Table extends WP_List_Table {
*
* @since 5.3.0
*
- * @param string $which The location of the extra table nav markup: 'top' or 'bottom'.
+ * @param string $which The location of the extra table nav markup: Either 'top' or 'bottom'.
*/
do_action( 'manage_sites_extra_tablenav', $which );
}
@@ -756,7 +756,7 @@ class WP_MS_Sites_List_Table extends WP_List_Table {
'activateblog_' . $blog['blog_id']
)
),
- __( 'Activate' )
+ _x( 'Activate', 'site' )
);
} else {
$actions['deactivate'] = sprintf(