WordPress/wp-admin/includes
Drew Jaynes 6e665d1f15 Docs: Link to the "Conditional Tags" article in the Theme Developer Handbook from the descriptions for a variety of core conditional tag functions.
These notations largely serve to direct consumers (of both the source and the parsed code reference) to extended information on individual and related conditional tags throughout WordPress. The changeset also standardizes corresponding DocBlock summaries to use third-person singular verbs.

Notations been added for the following functions:

* comments_open()
* email exists()
* has_excerpt()
* has_post_thumbnail()
* has_tag()
* in_category()
* in_the_loop()
* is_404()
* is_active_sidebar()
* is_active_widget()
* is_admin()
* is_admin_bar_showing()
* is_archive()
* is_attachment()
* is_author()
* is_blog_installed()
* is_category()
* is_comments_popup()
* is_date()
* is_day()
* is_dynamic_sidebar()
* is_feed()
* is_front_page()
* is_home()
* is_local_attachment()
* is_main_query
* is_month()
* is_multi_author
* is_new_day()
* is_page()
* is_page_template()
* is_paged()
* is_plugin_active()
* is_plugin_active_for_network()
* is_plugin_inactive()
* is_plugin_page()
* is_post_type_archive()
* is_preview()
* is_rtl()
* is_search()
* is_single()
* is_singular()
* is_sticky()
* is_tag()
* is_tax()
* is_taxonomy_hierarchical()
* is_time()
* is_trackback()
* is_user_logged_in()
* is_year()
* pings_open()
* post_type_exists()
* taxonomy_exists()
* term_exists()
* username exists()
* wp_attachment_is_image()
* wp_script_is()

Props janalwin.
Fixes #43254.

Built from https://develop.svn.wordpress.org/trunk@42710


git-svn-id: http://core.svn.wordpress.org/trunk@42538 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-02-13 16:54:31 +00:00
..
admin-filters.php Code is Poetry. 2017-11-30 23:11:00 +00:00
admin.php Code is Poetry. 2017-11-30 23:11:00 +00:00
ajax-actions.php Themes: Use api.wordpress.org/themes/info/1.2/ to query theme information. 2018-02-01 05:19:30 +00:00
bookmark.php General: Replace Cheatin’ uh? with friendlier error messages. 2018-02-05 02:30:34 +00:00
class-automatic-upgrader-skin.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-bulk-plugin-upgrader-skin.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-bulk-theme-upgrader-skin.php Docs: Update the hook docs for update_bulk_theme_complete_actions. 2018-02-09 16:22:45 +00:00
class-bulk-upgrader-skin.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-core-upgrader.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-file-upload-upgrader.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-ftp-pure.php FTP: ensure that there is only one class named ftp, which is what is expected in the loading of this arcane library. This ensures that an autoload generator, something along the lines of Composer, won't hiccup when it gets to these files. 2016-08-26 18:47:29 +00:00
class-ftp-sockets.php FTP: ensure that there is only one class named ftp, which is what is expected in the loading of this arcane library. This ensures that an autoload generator, something along the lines of Composer, won't hiccup when it gets to these files. 2016-08-26 18:47:29 +00:00
class-ftp.php Bootstrap: do not go gentle into that good night r38411, r38412, and parts of r38389. 2016-08-31 16:31:29 +00:00
class-language-pack-upgrader-skin.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-language-pack-upgrader.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-pclzip.php Filesystem API: Ensure memory limit calculations by PclZip are using integers. 2016-07-19 11:55:30 +00:00
class-plugin-installer-skin.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-plugin-upgrader-skin.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-plugin-upgrader.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-theme-installer-skin.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-theme-upgrader-skin.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-theme-upgrader.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-walker-category-checklist.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-walker-nav-menu-checklist.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-walker-nav-menu-edit.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-wp-ajax-upgrader-skin.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-wp-automatic-updater.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-wp-comments-list-table.php Comments: Add a "Mine" link to the list of filters on the comment listing screen. 2018-02-09 18:46:31 +00:00
class-wp-community-events.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-wp-filesystem-base.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-wp-filesystem-direct.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-wp-filesystem-ftpext.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-wp-filesystem-ftpsockets.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-wp-filesystem-ssh2.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-wp-importer.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-wp-internal-pointers.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-wp-links-list-table.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-wp-list-table-compat.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-wp-list-table.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-wp-media-list-table.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-wp-ms-sites-list-table.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-wp-ms-themes-list-table.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-wp-ms-users-list-table.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-wp-plugin-install-list-table.php Plugins: Use api.wordpress.org/plugins/info/1.2/ for querying plugins & plugin information. 2018-02-01 05:17:33 +00:00
class-wp-plugins-list-table.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-wp-post-comments-list-table.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-wp-posts-list-table.php Posts, Post Types: Don't count pending comments in WP_Posts_List_Table::_display_rows() if the post type does not support comments. 2018-02-02 07:38:32 +00:00
class-wp-screen.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-wp-site-icon.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-wp-terms-list-table.php Taxonomy: Don't display an empty edit link in taxonomy list table if the user doesn't have permissions to edit the term. 2018-01-23 11:34:31 +00:00
class-wp-theme-install-list-table.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-wp-themes-list-table.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-wp-upgrader-skin.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-wp-upgrader-skins.php Load: Re-add class-wp-upgrader-skins.php. 2016-12-03 03:40:41 +00:00
class-wp-upgrader.php Code is Poetry. 2017-11-30 23:11:00 +00:00
class-wp-users-list-table.php Code is Poetry. 2017-11-30 23:11:00 +00:00
comment.php Code is Poetry. 2017-11-30 23:11:00 +00:00
continents-cities.php Code is Poetry. 2017-11-30 23:11:00 +00:00
credits.php Code is Poetry. 2017-11-30 23:11:00 +00:00
dashboard.php i18n: Don't use esc_attr_e() on a variable. 2017-12-20 05:35:50 +00:00
deprecated.php Taxonomy: Use REST API for ajax tag search. 2018-01-30 00:17:31 +00:00
edit-tag-messages.php Code is Poetry. 2017-11-30 23:11:00 +00:00
export.php Code is Poetry. 2017-11-30 23:11:00 +00:00
file.php Docs: First pass at switching some array parameter documentation to typed notation. 2018-02-09 17:26:31 +00:00
image-edit.php Media: improve flows for cropping on attachment details screen. 2017-12-15 22:03:50 +00:00
image.php Media: Bring consistency to getimagesize() error suppression. 2018-01-15 19:44:47 +00:00
import.php Code is Poetry. 2017-11-30 23:11:00 +00:00
list-table.php Code is Poetry. 2017-11-30 23:11:00 +00:00
media.php Media: Bring consistency to getimagesize() error suppression. 2018-01-15 19:44:47 +00:00
menu.php Code is Poetry. 2017-11-30 23:11:00 +00:00
meta-boxes.php Posts, Post Types: Remove extra tabs around page_attributes_meta_box_template action in page_attributes_meta_box(). 2018-02-08 11:24:32 +00:00
misc.php Code is Poetry. 2017-11-30 23:11:00 +00:00
ms-admin-filters.php Code is Poetry. 2017-11-30 23:11:00 +00:00
ms-deprecated.php Docs: Standardize and add missing deprecation notations in DocBlocks for the following functions: 2017-06-22 17:48:45 +00:00
ms.php Code is Poetry. 2017-11-30 23:11:00 +00:00
nav-menu.php Docs: First pass at switching some array parameter documentation to typed notation. 2018-02-09 17:26:31 +00:00
network.php Code is Poetry. 2017-11-30 23:11:00 +00:00
noop.php Code is Poetry. 2017-11-30 23:11:00 +00:00
options.php Code is Poetry. 2017-11-30 23:11:00 +00:00
plugin-install.php Plugins: Use correct variable name in install_plugin_information(). 2018-02-10 22:08:30 +00:00
plugin.php Docs: Link to the "Conditional Tags" article in the Theme Developer Handbook from the descriptions for a variety of core conditional tag functions. 2018-02-13 16:54:31 +00:00
post.php Code is Poetry. 2017-11-30 23:11:00 +00:00
revision.php Code is Poetry. 2017-11-30 23:11:00 +00:00
schema.php Code is Poetry. 2017-11-30 23:11:00 +00:00
screen.php Code is Poetry. 2017-11-30 23:11:00 +00:00
taxonomy.php Code is Poetry. 2017-11-30 23:11:00 +00:00
template.php Posts, Post Types: Add a new add_inline_data action which allows extra fields to be added to the inline editing fields. 2018-02-09 15:55:32 +00:00
theme-install.php Code is Poetry. 2017-11-30 23:11:00 +00:00
theme.php Themes: Use api.wordpress.org/themes/info/1.2/ to query theme information. 2018-02-01 05:19:30 +00:00
translation-install.php Code is Poetry. 2017-11-30 23:11:00 +00:00
update-core.php Remove JSHint due to license compatibility 2018-01-23 01:29:32 +00:00
update.php Code is Poetry. 2017-11-30 23:11:00 +00:00
upgrade.php Code is Poetry. 2017-11-30 23:11:00 +00:00
user.php Code is Poetry. 2017-11-30 23:11:00 +00:00
widgets.php Code is Poetry. 2017-11-30 23:11:00 +00:00