id if ('pet' == $screen->id ) { $contextual_help = '

' . __('ADA Plugin Help', 'wp-ada') . '

' . '

' . __('In this screen, add a pet available for adoption, lost, found pet etc. All pets stores individual data such breed, colors, size and more.', 'wp-ada') . '

' . '' . '

' . __('Also, you can find some boxes that handle special informations:', 'wp-ada') . '

' . '' . '

' . __('Note on roles and capabilities: some features such add new pet types, states etc are restrict to Authors and Administrators.', 'wp-ada') . '

' . '

' . __('More Help with ADA plugin:', 'wp-ada') . '

'. '

' . __('ADA Plugin site', 'wp-ada') . '

' ; } return $contextual_help; } ?>