Conditions | 1 |
Paths | 1 |
Total Lines | 4 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
48 | public function profile_title( $title ) { |
||
49 | $title = '<h3>' . __( 'My Profile', 'lsx-health-plan' ) . '</h3>'; |
||
50 | $title .= '<p class="tagline">' . __( 'Please upload an image of yourself in .jpeg format. Images should be square, to best fit the cropping area, and files sizes kept below 500kb.', 'lsx-health-plan' ) . '</p>'; |
||
51 | return $title; |
||
52 | } |
||
54 |