Changeset 42747
- Timestamp:
- 02/25/2018 08:31:33 PM (7 years ago)
- Location:
- trunk/src
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-screen.php
r42745 r42747 142 142 * Stores old string-based help. 143 143 * 144 * @static145 *146 144 * @var array 147 145 */ … … 160 158 * 161 159 * @since 3.3.0 162 *163 * @static164 160 * 165 161 * @var array -
trunk/src/wp-includes/class-oembed.php
r42746 r42747 31 31 * 32 32 * @since 4.0.0 33 * @static34 33 * @var array 35 34 */ -
trunk/src/wp-includes/class-wp-customize-control.php
r42673 r42747 21 21 * 22 22 * @since 4.1.0 23 *24 * @static25 23 * @var int 26 24 */ -
trunk/src/wp-includes/class-wp-customize-panel.php
r42343 r42747 25 25 * 26 26 * @since 4.1.0 27 *28 * @static29 27 * @var int 30 28 */ -
trunk/src/wp-includes/class-wp-customize-section.php
r42343 r42747 25 25 * 26 26 * @since 4.1.0 27 *28 * @static29 27 * @var int 30 28 */ -
trunk/src/wp-includes/class-wp-customize-setting.php
r42343 r42747 136 136 * 137 137 * @since 4.4.0 138 * @static139 138 * @var array 140 139 */ -
trunk/src/wp-includes/class-wp-tax-query.php
r42746 r42747 44 44 * 45 45 * @since 3.2.0 46 *47 * @static48 46 * @var string 49 47 */ -
trunk/src/wp-includes/class-wp-theme.php
r42746 r42747 22 22 * Headers for style.css files. 23 23 * 24 * @static25 24 * @var array 26 25 */ … … 42 41 * Default themes. 43 42 * 44 * @static45 43 * @var array 46 44 */ … … 61 59 * Renamed theme tags. 62 60 * 63 * @static64 61 * @var array 65 62 */ … … 159 156 * Default is false. Can be set with the {@see 'wp_cache_themes_persistently'} filter. 160 157 * 161 * @static162 158 * @var bool 163 159 */ … … 169 165 * By default the bucket is not cached, so this value is useless. 170 166 * 171 * @static172 167 * @var bool 173 168 */ -
trunk/src/wp-includes/class-wp-user.php
r42746 r42747 102 102 103 103 /** 104 * @static105 104 * @since 3.3.0 106 105 * @var array -
trunk/src/wp-includes/widgets/class-wp-widget-calendar.php
r42343 r42747 20 20 * 21 21 * @since 4.4.0 22 *23 * @static24 22 * @var int 25 23 */
Note: See TracChangeset
for help on using the changeset viewer.