Make WordPress Core

Changeset 28011


Ignore:
Timestamp:
04/07/2014 09:33:30 PM (10 years ago)
Author:
DrewAPicture
Message:

Add a missing @since 3.9.0 to the PHPDoc for wp_register_plugin_realpath().

See #16953, #27700.

File:
1 edited

Legend:

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

    r28010 r28011  
    638638 * Register a plugin's real path.
    639639 *
    640  * This is used in {@see plugin_basename()} to resolve symlinked paths.
     640 * This is used in plugin_basename() to resolve symlinked paths.
     641 *
     642 * @since 3.9.0
     643 *
     644 * @see plugin_basename()
    641645 *
    642646 * @param string $file Known path to the file.
Note: See TracChangeset for help on using the changeset viewer.