Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-screen.php: WP_Screen::get_option() | Gets the arguments for an option for the screen. |
wp-admin/includes/class-wp-screen.php: WP_Screen::get_columns() | Gets the number of layout columns the user has selected. |
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/l10n.php: _n() | Translates and retrieves the singular or plural form based on the supplied number. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/general-template.php: checked() | Outputs the HTML checked attribute. |
wp-includes/functions.php: number_format_i18n() | Convert float number to format based on the locale. |