File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161textdomain ( $ domain );
6262function getTableHeader () {
6363 $ headers = array (
64- gettext ( "Dimension " ) ,
65- gettext ( "Sub-Dimension " ) ,
66- gettext ( "Level 1: Basic understanding of security practices " ) ,
67- gettext ( "Level 2: Understanding of security practices " ) ,
68- gettext ( "Level 3: High understanding of security practices " ) ,
69- gettext ( "Level 4: Advanced understanding of security practices at scale " )
64+ "Dimension " ,
65+ "Sub-Dimension " ,
66+ "Level 1: Basic understanding of security practices " ,
67+ "Level 2: Adoption of basic security practices " ,
68+ "Level 3: High adoption of security practices " ,
69+ "Level 4: Advanced deployment of security practices at scale "
7070 );
7171 $ headerContent = "<thead class= \"thead-default \"><tr> " ;
7272 foreach ( $ headers as $ header ) {
You can’t perform that action at this time.
0 commit comments