Make WordPress Core


Ignore:
Timestamp:
01/20/2016 06:18:53 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Add missing @access tags to DocBlocks for WP class methods and properties.

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp.php

    r36177 r36365  
    2424     *
    2525     * @since 2.0.0
     26     * @access public
    2627     * @var array
    2728     */
     
    3233     *
    3334     * @since 2.1.0
     35     * @access public
    3436     * @var array
    3537     */
     
    4042     *
    4143     * @since 2.0.0
     44     * @access public
    4245     * @var array
    4346     */
     
    4851     *
    4952     * @since 2.0.0
     53     * @access public
    5054     * @var string
    5155     */
     
    5660     *
    5761     * @since 2.0.0
     62     * @access public
    5863     * @var string
    5964     */
     
    6469     *
    6570     * @since 2.0.0
     71     * @access public
    6672     * @var string
    6773     */
     
    7278     *
    7379     * @since 2.0.0
     80     * @access public
    7481     * @var string
    7582     */
     
    8087     *
    8188     * @since 2.0.0
     89     * @access public
    8290     * @var bool
    8391     */
     
    8896     *
    8997     * @since 2.1.0
     98     * @access public
    9099     *
    91100     * @param string $qv Query variable name.
     
    100109     *
    101110     * @since 4.5.0
     111     * @access public
    102112     *
    103113     * @param string $name Query variable name.
     
    111121     *
    112122     * @since 2.3.0
     123     * @access public
    113124     *
    114125     * @param string $key Query variable name.
     
    126137     *
    127138     * @since 2.0.0
     139     * @access public
    128140     *
    129141     * @global WP_Rewrite $wp_rewrite
     
    382394     * @since 2.0.0
    383395     * @since 4.4.0 `X-Pingback` header is added conditionally after posts have been queried in handle_404().
     396     * @access public
    384397     */
    385398    public function send_headers() {
     
    504517     *
    505518     * @since 2.0.0
     519     * @access public
    506520     */
    507521    public function build_query_string() {
     
    537551     * WordPress environment.
    538552     *
     553     * @since 2.0.0
     554     * @access public
     555     *
    539556     * @global WP_Query     $wp_query
    540557     * @global string       $query_string Query string for the loop.
     
    545562     * @global int          $single If single page or post. Only set, if single page or post.
    546563     * @global WP_User      $authordata Only set, if author archive.
    547      *
    548      * @since 2.0.0
    549564     */
    550565    public function register_globals() {
     
    574589     *
    575590     * @since 2.0.0
     591     * @access public
    576592     */
    577593    public function init() {
     
    583599     *
    584600     * @since 2.0.0
     601     * @access public
    585602     *
    586603     * @global WP_Query $wp_the_query
     
    606623     *
    607624     * @since 2.0.0
     625     * @access public
    608626     *
    609627     * @global WP_Query $wp_query
     
    683701     *
    684702     * @since 2.0.0
     703     * @access public
    685704     *
    686705     * @param string|array $query_args Passed to {@link parse_request()}
Note: See TracChangeset for help on using the changeset viewer.