Changeset 31170
- Timestamp:
- 01/13/2015 12:50:32 AM (10 years ago)
- Location:
- trunk/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin.php
r31121 r31170 217 217 * Used to call the registered callback for a plugin screen. 218 218 * 219 * @i nternal219 * @ignore 220 220 * @since 1.5.0 221 221 */ -
trunk/src/wp-cron.php
r28380 r31170 95 95 * Fires scheduled events. 96 96 * 97 * @i nternal97 * @ignore 98 98 * @since 2.1.0 99 99 * -
trunk/src/wp-includes/functions.php
r31120 r31170 2685 2685 * Perform sanity checks on data that shall be encoded to JSON. 2686 2686 * 2687 * @see wp_json_encode() 2688 * 2687 * @ignore 2689 2688 * @since 4.1.0 2690 2689 * @access private 2691 * @internal 2690 * 2691 * @see wp_json_encode() 2692 2692 * 2693 2693 * @param mixed $data Variable (usually an array or object) to encode as JSON. … … 2748 2748 * Convert a string to UTF-8, so that it can be safely encoded to JSON. 2749 2749 * 2750 * @see _wp_json_sanity_check() 2751 * 2750 * @ignore 2752 2751 * @since 4.1.0 2753 2752 * @access private 2754 * @internal 2753 * 2754 * @see _wp_json_sanity_check() 2755 2755 * 2756 2756 * @param string $string The string which is to be converted. … … 4321 4321 * Return a MySQL expression for selecting the week number based on the start_of_week option. 4322 4322 * 4323 * @i nternal4323 * @ignore 4324 4324 * @since 3.0.0 4325 4325 * -
trunk/src/wp-includes/general-template.php
r31168 r31170 717 717 * Display title tag with contents. 718 718 * 719 * @ignore 719 720 * @since 4.1.0 720 721 * @access private 721 * @internal722 722 * 723 723 * @see wp_title() -
trunk/src/wp-includes/script-loader.php
r31168 r31170 832 832 833 833 /** 834 * @internal use 834 * Print scripts (internal use only) 835 * 836 * @ignore 835 837 */ 836 838 function _print_scripts() { … … 998 1000 999 1001 /** 1000 * @internal use 1002 * Print styles (internal use only) 1003 * 1004 * @ignore 1001 1005 */ 1002 1006 function _print_styles() {
Note: See TracChangeset
for help on using the changeset viewer.