Make WordPress Core


Ignore:
Timestamp:
05/31/2015 03:17:50 AM (10 years ago)
Author:
wonderboymusic
Message:

Add doc blocks to functions that are missing them.
If the function has no need for @param or @return, do an archeaological dig to find @since.

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-login.php

    r32116 r32672  
    242242}
    243243
     244/**
     245 * @since 3.0.0
     246 */
    244247function wp_shake_js() {
    245248    if ( wp_is_mobile() )
     
    256259}
    257260
     261/**
     262 * @since 3.7.0
     263 */
    258264function wp_login_viewport_meta() {
    259265    ?>
Note: See TracChangeset for help on using the changeset viewer.