Make WordPress Core

Changeset 35803


Ignore:
Timestamp:
12/06/2015 10:01:44 PM (9 years ago)
Author:
swissspidy
Message:

Docs: Add proper @param and @return tags for capital_P_dangit().

Props timplunkett.
Fixes #34863.

File:
1 edited

Legend:

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

    r35788 r35803  
    43034303 *
    43044304 * @staticvar string|false $dblq
     4305 *
     4306 * @param string $text The text to be modified.
     4307 * @return string The modified text.
    43054308 */
    43064309function capital_P_dangit( $text ) {
Note: See TracChangeset for help on using the changeset viewer.