wp/wp-admin/includes/class-language-pack-upgrader-skin.php
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
    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.