equal
deleted
inserted
replaced
73 |
73 |
74 $update_actions = array( |
74 $update_actions = array( |
75 'updates_page' => sprintf( |
75 'updates_page' => sprintf( |
76 '<a href="%s" target="_parent">%s</a>', |
76 '<a href="%s" target="_parent">%s</a>', |
77 self_admin_url( 'update-core.php' ), |
77 self_admin_url( 'update-core.php' ), |
78 __( 'Return to WordPress Updates page' ) |
78 __( 'Go to WordPress Updates page' ) |
79 ), |
79 ), |
80 ); |
80 ); |
81 |
81 |
82 /** |
82 /** |
83 * Filters the list of action links available following a translations update. |
83 * Filters the list of action links available following a translations update. |