Make WordPress Core

Changeset 14370


Ignore:
Timestamp:
05/03/2010 01:27:15 PM (15 years ago)
Author:
westi
Message:

Correctly mark things as private in the phpDoc

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/theme.php

    r14369 r14370  
    199199 *
    200200 * @since 2.9.0
    201  * @private
     201 * @access private
    202202 *
    203203 * @param string $fullpath Full path to the theme file
     
    214214 * Check to see if the current theme has all the required templates available
    215215 * from itself or its parent
    216  *
     216 
     217 * @since 3.0
     218 * @access private
    217219 * @return nothing
    218220 */
  • trunk/wp-includes/functions.php

    r14361 r14370  
    26022602 *
    26032603 * @since 3.0.0
    2604  * @private
     2604 * @access private
    26052605 *
    26062606 * @param string $message Error message.
     
    41154115 * Used internally to tidy up the search terms
    41164116 *
    4117  * @private
     4117 * @access private
    41184118 * @since 2.9.0
    41194119 *
Note: See TracChangeset for help on using the changeset viewer.